| Summary Item | Total | Failed |
|---|---|---|
| Requests | 144 | 3 |
| Prerequest Scripts | 12 | 0 |
| Test Scripts | 33 | 0 |
| Assertions | 45 | 9 |
| Skipped Tests | 0 | - |
expected 501 to be below 100
expected response to have status code 401 but got 500
Invalid URI "http:///v1/userdetails"
expected_keys is not defined
expected 242 to be below 100
expected response to have status code 401 but got 500
Invalid URI "http:///v1/userdetails"
expected_keys is not defined
expected 243 to be below 100
expected response to have status code 401 but got 500
Invalid URI "http:///v1/userdetails"
expected_keys is not defined
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1e6cd52e-0f33-493f-be6d-ccbfdaabb613 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-weA6wn3jbASW9wnC21Lbq/50g48" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the status code is 200 | 1 | 0 | 0 |
| verify if the response message is Success | 1 | 0 | 0 |
| verify if the response time is less than 100 | 0 | 1 | 0 |
| verify if the response token is not null | 1 | 0 | 0 |
| Total | 3 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the response time is less than 100 | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e3e30765-57dc-4afb-b16c-84447f20a95b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 72 |
{
"username": "iamfdinvalid",
"password": "invalidPassword"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the status code is 401 | 0 | 1 | 0 |
| verify error message | 1 | 0 | 0 |
| validate json schema response | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bb2e5188-0db1-4e7f-b725-9b3a130460ea |
| Host | |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 556810a1-30e2-43d8-a162-792b14da5ec9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-vetD3a2Bh3XEB7nh85cnYK8oCG4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":28},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a82658f8-1c49-47f8-8736-6936f1708da1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-vetD3a2Bh3XEB7nh85cnYK8oCG4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":28},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify status code is 200 | 1 | 0 | 0 |
| verify if the keys are present in response data array | 1 | 0 | 0 |
| Verify if the count for the json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 31a01a5e-7275-4691-a104-e192d43cb15e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d6002ef6-5fa8-42bf-9842-52c711ab329c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify whether the key mst_oem is present in the response | 1 | 0 | 0 |
| verify if the key is storing a non empty array | 0 | 1 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the key is storing a non empty array | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8015b147-58ce-4307-a5bf-93df94a2272f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1038 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Praj",
"last_name": "Test",
"mobile_number": "1234567891",
"mobile_number_alt": "",
"email_id": "praj22@test.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "56",
"apartment_name": "ress",
"street_name": "4th Cross Road",
"landmark": "data",
"area": "4567",
"pincode": "560066",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2026-01-09T18:30:00.000Z",
"serial_number": "12345678567567",
"imei1": "17966935647925",
"imei2": "17966935647925",
"popurl": "2026-01-09T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 1
},
"problems": [
{
"id": 1,
"remark": "phone slow"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-GUfGli7D6o4vZ0Iw3StDY8TlKqM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":172528,"tr_customer_product_id":172518,"job_number":"JOB_172511"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b32edba3-a2af-4b57-a2aa-52ef5feadc80 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1038 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Praj",
"last_name": "Test",
"mobile_number": "1234567891",
"mobile_number_alt": "",
"email_id": "praj22@test.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "56",
"apartment_name": "ress",
"street_name": "4th Cross Road",
"landmark": "data",
"area": "4567",
"pincode": "560066",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2026-01-09T18:30:00.000Z",
"serial_number": "12345678567567",
"imei1": "12573317021715",
"imei2": "12573317021715",
"popurl": "2026-01-09T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 1
},
"problems": [
{
"id": 1,
"remark": "phone slow"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-b/W1WLOvBiYCoWQ/FJLW1txYe64" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":172529,"tr_customer_product_id":172519,"job_number":"JOB_172512"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1b53b1fd-15ff-42d5-bb8a-b79f26de9b16 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-0dB96prG5cNkIo4K9v6rqJERRTI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":31},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the count for the created job today is incremented | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Cache-Control | no-cache |
| Postman-Token | aa940043-c92c-4d99-bd7a-8c211703a0d0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"789f-dQus2ZPvzGW9r/Wy/vJS7sq+yu0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:14:43.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:44.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:44.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:47.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_151330"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Cache-Control | no-cache |
| Postman-Token | 79591433-5a95-4a93-a536-ab1c7093ff2d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 27 |
{"searchText":"JOB_172512"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1014 |
| ETag | W/"3f6-XtcUl/QJlbgCje1v+5lbhkHATWA" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 24ff163a-6bb3-4c25-9f1e-53ad30d381fa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3b86b1b0-b85f-46ca-92e5-5a3c9c2e3492 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{"username":"iamsup","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-ynZaiXebzzT/b0NlTo/LADN6+oM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas |
| Connection | keep-alive |
| If-None-Match | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5bb172e3-8289-407d-903d-3098440ee085 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas |
| Connection | keep-alive |
| If-None-Match | W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0d5173f3-f9f9-45cf-9cd2-cb92412d3855 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-k5g2yrB0HLr/4WTzwz60xYhQXoY" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":332},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 727fdf55-da68-4234-8380-b6ed218b3b25 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"50d48-x5zA4cMrkcfNijTI7RpLmxfUNDg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172088,"job_number":"JOB_172088","tr_customer_id":172105,"tr_customer_product_id":172095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:23.000Z","modified_at":"2026-01-30T20:07:23.000Z","name":"Paramartha Panicker","mobile_number":"9638538681","email_id":"minakshi.nayar@gmail.com","dop":"2026-01-21","serial_number":"42173866545359","imei1":"42173866545359","imei2":"42173866545359","popurl":"www.chandni-mehra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172089,"job_number":"JOB_172089","tr_customer_id":172106,"tr_customer_product_id":172096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Deontae Jaskolski","mobile_number":"412-730-5442","email_id":"Seth72@hotmail.com","dop":"2025-09-09","serial_number":"17487191592236","imei1":"17487191592236","imei2":"17487191592236","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172090,"job_number":"JOB_172090","tr_customer_id":172107,"tr_customer_product_id":172097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Jerad Carter","mobile_number":"941-631-9761","email_id":"Lewis_Grant@hotmail.com","dop":"2025-09-09","serial_number":"15843514646085","imei1":"15843514646085","imei2":"15843514646085","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172092,"job_number":"JOB_172092","tr_customer_id":172109,"tr_customer_product_id":172099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Chaim Orn","mobile_number":"681-436-5011","email_id":"Crystel.OKeefe59@yahoo.com","dop":"2025-09-09","serial_number":"18100781238109","imei1":"18100781238109","imei2":"18100781238109","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172093,"job_number":"JOB_172093","tr_customer_id":172110,"tr_customer_product_id":172100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Linwood Swift","mobile_number":"956-838-6893","email_id":"George.Jenkins@yahoo.com","dop":"2025-09-09","serial_number":"15265346979489","imei1":"15265346979489","imei2":"15265346979489","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172095,"job_number":"JOB_172095","tr_customer_id":172112,"tr_customer_product_id":172102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Braeden Johnston","mobile_number":"938-446-9069","email_id":"Izabella_Hermann89@gmail.com","dop":"2025-09-09","serial_number":"19219071546262","imei1":"19219071546262","imei2":"19219071546262","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172096,"job_number":"JOB_172096","tr_customer_id":172113,"tr_customer_product_id":172103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Autumn Tillman","mobile_number":"258-665-7285","email_id":"Amie61@gmail.com","dop":"2025-09-09","serial_number":"14633689500051","imei1":"14633689500051","imei2":"14633689500051","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172098,"job_number":"JOB_172098","tr_customer_id":172115,"tr_customer_product_id":172105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Jagmeet Adiga","mobile_number":"9923534746","email_id":"charumati.mehra@yahoo.co.in","dop":"2026-01-21","serial_number":"20049842989654","imei1":"20049842989654","imei2":"20049842989654","popurl":"www.vidhur-dhawan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172099,"job_number":"JOB_172099","tr_customer_id":172116,"tr_customer_product_id":172106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Shubhaprada Ahuja","mobile_number":"9687123714","email_id":"chinmayanand.joshi@yahoo.co.in","dop":"2026-01-21","serial_number":"31459086180514","imei1":"31459086180514","imei2":"31459086180514","popurl":"www.diptendu-chaturvedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172100,"job_number":"JOB_172100","tr_customer_id":172117,"tr_customer_product_id":172107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Rohana Sinha","mobile_number":"9609256942","email_id":"shresthi.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"69884065036622","imei1":"69884065036622","imei2":"69884065036622","popurl":"www.shakti-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172101,"job_number":"JOB_172101","tr_customer_id":172118,"tr_customer_product_id":172108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Suresh Gill","mobile_number":"9982804417","email_id":"prayag.desai@gmail.com","dop":"2026-01-21","serial_number":"91971265105814","imei1":"91971265105814","imei2":"91971265105814","popurl":"www.gopi-achari.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172102,"job_number":"JOB_172102","tr_customer_id":172119,"tr_customer_product_id":172109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Agniprava Bhat","mobile_number":"9520056788","email_id":"sloka.dutta@yahoo.co.in","dop":"2026-01-21","serial_number":"11713024954620","imei1":"11713024954620","imei2":"11713024954620","popurl":"www.jitender-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172103,"job_number":"JOB_172103","tr_customer_id":172120,"tr_customer_product_id":172110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Anilaabh Trivedi","mobile_number":"9383135960","email_id":"ananta.guneta@hotmail.com","dop":"2026-01-21","serial_number":"58990575976000","imei1":"58990575976000","imei2":"58990575976000","popurl":"www.bhaswar-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172104,"job_number":"JOB_172104","tr_customer_id":172121,"tr_customer_product_id":172111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Gita Abbott","mobile_number":"9519015517","email_id":"deevakar.patil@yahoo.co.in","dop":"2026-01-21","serial_number":"16933727488809","imei1":"16933727488809","imei2":"16933727488809","popurl":"www.adhiraj-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172105,"job_number":"JOB_172105","tr_customer_id":172122,"tr_customer_product_id":172112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Harinarayan Kapoor","mobile_number":"9040523473","email_id":"ekdant.bharadwaj@yahoo.co.in","dop":"2026-01-21","serial_number":"71236426118809","imei1":"71236426118809","imei2":"71236426118809","popurl":"www.divjot-acharya.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172106,"job_number":"JOB_172106","tr_customer_id":172123,"tr_customer_product_id":172113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Jahnu Shah","mobile_number":"9328598220","email_id":"umang.kapoor@hotmail.com","dop":"2026-01-21","serial_number":"58100371873145","imei1":"58100371873145","imei2":"58100371873145","popurl":"www.bhooshan-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172107,"job_number":"JOB_172107","tr_customer_id":172124,"tr_customer_product_id":172114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:54.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Abhaya Somayaji","mobile_number":"9762644275","email_id":"anagh.jha@hotmail.com","dop":"2026-01-21","serial_number":"85162660112231","imei1":"85162660112231","imei2":"85162660112231","popurl":"www.trilochana-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172108,"job_number":"JOB_172108","tr_customer_id":172125,"tr_customer_product_id":172115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Dinesh Mukhopadhyay","mobile_number":"9276744612","email_id":"daksha.marar@yahoo.co.in","dop":"2026-01-21","serial_number":"30886075018822","imei1":"30886075018822","imei2":"30886075018822","popurl":"www.lai-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172109,"job_number":"JOB_172109","tr_customer_id":172126,"tr_customer_product_id":172116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhavani Saini","mobile_number":"9214866946","email_id":"ambar.nair@gmail.com","dop":"2026-01-21","serial_number":"38130786068858","imei1":"38130786068858","imei2":"38130786068858","popurl":"www.dev-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172110,"job_number":"JOB_172110","tr_customer_id":172127,"tr_customer_product_id":172117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhaanumati Bharadwaj","mobile_number":"9545596634","email_id":"rakesh.panicker@gmail.com","dop":"2026-01-21","serial_number":"37082793557698","imei1":"37082793557698","imei2":"37082793557698","popurl":"www.chandani-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172111,"job_number":"JOB_172111","tr_customer_id":172128,"tr_customer_product_id":172118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Baala Agarwal","mobile_number":"9403844816","email_id":"anjali.devar@yahoo.co.in","dop":"2026-01-21","serial_number":"03485339678306","imei1":"03485339678306","imei2":"03485339678306","popurl":"www.trisha-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172113,"job_number":"JOB_172113","tr_customer_id":172130,"tr_customer_product_id":172120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Chandravati Tagore","mobile_number":"9589323066","email_id":"brahmabrata.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"05718428035637","imei1":"05718428035637","imei2":"05718428035637","popurl":"www.atmananda-agarwal.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172114,"job_number":"JOB_172114","tr_customer_id":172131,"tr_customer_product_id":172121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Drona Nayar","mobile_number":"9191687356","email_id":"bandhul.khatri@hotmail.com","dop":"2026-01-21","serial_number":"65246410899430","imei1":"65246410899430","imei2":"65246410899430","popurl":"www.tejas-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172115,"job_number":"JOB_172115","tr_customer_id":172132,"tr_customer_product_id":172122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Pranay Butt","mobile_number":"9050974722","email_id":"brahmabrata.kakkar@gmail.com","dop":"2026-01-21","serial_number":"65217361590561","imei1":"65217361590561","imei2":"65217361590561","popurl":"www.anaadi-achari.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172116,"job_number":"JOB_172116","tr_customer_id":172133,"tr_customer_product_id":172123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Aaratrika Menon","mobile_number":"9968179183","email_id":"bhagwanti.chattopadhyay@hotmail.com","dop":"2026-01-21","serial_number":"83528921934503","imei1":"83528921934503","imei2":"83528921934503","popurl":"www.manik-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172117,"job_number":"JOB_172117","tr_customer_id":172134,"tr_customer_product_id":172124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Sudeva Sinha","mobile_number":"9162167490","email_id":"shwet.bhattacharya@yahoo.co.in","dop":"2026-01-21","serial_number":"42815062850287","imei1":"42815062850287","imei2":"42815062850287","popurl":"www.amrita-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172118,"job_number":"JOB_172118","tr_customer_id":172135,"tr_customer_product_id":172125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Deenabandhu Desai","mobile_number":"9036496917","email_id":"kailash.jain@hotmail.com","dop":"2026-01-21","serial_number":"44941087297112","imei1":"44941087297112","imei2":"44941087297112","popurl":"www.dipankar-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172119,"job_number":"JOB_172119","tr_customer_id":172136,"tr_customer_product_id":172126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Rohit Chattopadhyay","mobile_number":"9044745815","email_id":"kashyapi.pothuvaal@hotmail.com","dop":"2026-01-21","serial_number":"15442620243223","imei1":"15442620243223","imei2":"15442620243223","popurl":"www.adhiraj-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172120,"job_number":"JOB_172120","tr_customer_id":172137,"tr_customer_product_id":172127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Gatik Mehrotra","mobile_number":"9406212150","email_id":"dharani.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"99753802233250","imei1":"99753802233250","imei2":"99753802233250","popurl":"www.garuda-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172122,"job_number":"JOB_172122","tr_customer_id":172139,"tr_customer_product_id":172129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dharmaketu Asan","mobile_number":"9258158661","email_id":"chandira.dubashi@gmail.com","dop":"2026-01-21","serial_number":"38015642851765","imei1":"38015642851765","imei2":"38015642851765","popurl":"www.pushti-patil.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172123,"job_number":"JOB_172123","tr_customer_id":172140,"tr_customer_product_id":172130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rajinder Singh","mobile_number":"9747207727","email_id":"asha.saini@hotmail.com","dop":"2026-01-21","serial_number":"61773645565565","imei1":"61773645565565","imei2":"61773645565565","popurl":"www.baijayanti-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172125,"job_number":"JOB_172125","tr_customer_id":172142,"tr_customer_product_id":172132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tushar Shukla","mobile_number":"9927119308","email_id":"girish.malik@hotmail.com","dop":"2026-01-21","serial_number":"21741910409620","imei1":"21741910409620","imei2":"21741910409620","popurl":"www.bhilangana-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172126,"job_number":"JOB_172126","tr_customer_id":172143,"tr_customer_product_id":172133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dulari Nehru","mobile_number":"9038350295","email_id":"jitender.jha@hotmail.com","dop":"2026-01-21","serial_number":"39275586928240","imei1":"39275586928240","imei2":"39275586928240","popurl":"www.bhasvan-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172127,"job_number":"JOB_172127","tr_customer_id":172144,"tr_customer_product_id":172134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tanushri Embranthiri","mobile_number":"9809040713","email_id":"chetan.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"76869343568844","imei1":"76869343568844","imei2":"76869343568844","popurl":"www.diksha-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172129,"job_number":"JOB_172129","tr_customer_id":172146,"tr_customer_product_id":172136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rohan Pilla","mobile_number":"9629358891","email_id":"adripathi.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"56195657003023","imei1":"56195657003023","imei2":"56195657003023","popurl":"www.draupadi-pandey.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172130,"job_number":"JOB_172130","tr_customer_id":172147,"tr_customer_product_id":172137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Narinder Sethi","mobile_number":"9834302884","email_id":"achalesvara.mehra@hotmail.com","dop":"2026-01-21","serial_number":"97755871571579","imei1":"97755871571579","imei2":"97755871571579","popurl":"www.chandradev-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172132,"job_number":"JOB_172132","tr_customer_id":172149,"tr_customer_product_id":172139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rageswari Dubashi","mobile_number":"9400344510","email_id":"menka.asan@gmail.com","dop":"2026-01-21","serial_number":"05293696947247","imei1":"05293696947247","imei2":"05293696947247","popurl":"www.bhagwanti-ahluwalia.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172133,"job_number":"JOB_172133","tr_customer_id":172150,"tr_customer_product_id":172140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Sushil Menon","mobile_number":"9872525129","email_id":"ranjit.reddy@gmail.com","dop":"2026-01-21","serial_number":"72985551186766","imei1":"72985551186766","imei2":"72985551186766","popurl":"www.achyut-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172134,"job_number":"JOB_172134","tr_customer_id":172151,"tr_customer_product_id":172141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Giri Nair","mobile_number":"9561524080","email_id":"chaanakya.kaul@yahoo.co.in","dop":"2026-01-21","serial_number":"25249007451480","imei1":"25249007451480","imei2":"25249007451480","popurl":"www.shakti-bandopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172135,"job_number":"JOB_172135","tr_customer_id":172152,"tr_customer_product_id":172142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Bhagavaan Panicker","mobile_number":"9362922300","email_id":"bilwa.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"48670860149450","imei1":"48670860149450","imei2":"48670860149450","popurl":"www.deven-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172136,"job_number":"JOB_172136","tr_customer_id":172153,"tr_customer_product_id":172143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Balagopal Mishra","mobile_number":"9472068553","email_id":"bhisham.sethi@yahoo.co.in","dop":"2026-01-21","serial_number":"67627404929279","imei1":"67627404929279","imei2":"67627404929279","popurl":"www.sher-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172137,"job_number":"JOB_172137","tr_customer_id":172154,"tr_customer_product_id":172144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Jaya Ganaka","mobile_number":"9435698175","email_id":"baalaaditya.menon@yahoo.co.in","dop":"2026-01-21","serial_number":"39503159081337","imei1":"39503159081337","imei2":"39503159081337","popurl":"www.naval-sharma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172138,"job_number":"JOB_172138","tr_customer_id":172155,"tr_customer_product_id":172145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Manik Pothuvaal","mobile_number":"9552700881","email_id":"bhooshan.sinha@hotmail.com","dop":"2026-01-21","serial_number":"48328837137420","imei1":"48328837137420","imei2":"48328837137420","popurl":"www.sher-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172140,"job_number":"JOB_172140","tr_customer_id":172157,"tr_customer_product_id":172147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Dwaipayan Singh","mobile_number":"9397608583","email_id":"jagathi.singh@gmail.com","dop":"2026-01-21","serial_number":"23400709927514","imei1":"23400709927514","imei2":"23400709927514","popurl":"www.ranjit-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172142,"job_number":"JOB_172142","tr_customer_id":172159,"tr_customer_product_id":172149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Kamla Ahuja","mobile_number":"9123844307","email_id":"brajesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"14307912361229","imei1":"14307912361229","imei2":"14307912361229","popurl":"www.ayushmati-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172143,"job_number":"JOB_172143","tr_customer_id":172160,"tr_customer_product_id":172150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amarnath Khatri","mobile_number":"9090248071","email_id":"prem.acharya@hotmail.com","dop":"2026-01-21","serial_number":"88080015267681","imei1":"88080015267681","imei2":"88080015267681","popurl":"www.kama-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172144,"job_number":"JOB_172144","tr_customer_id":172161,"tr_customer_product_id":172151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Baidehi Reddy","mobile_number":"9247722309","email_id":"bhooshit.kaul@hotmail.com","dop":"2026-01-21","serial_number":"30785377076931","imei1":"30785377076931","imei2":"30785377076931","popurl":"www.pushti-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172145,"job_number":"JOB_172145","tr_customer_id":172162,"tr_customer_product_id":172152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amrita Achari","mobile_number":"9370379293","email_id":"anilabh.achari@gmail.com","dop":"2026-01-21","serial_number":"20380715263538","imei1":"20380715263538","imei2":"20380715263538","popurl":"www.mahesh-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172146,"job_number":"JOB_172146","tr_customer_id":172163,"tr_customer_product_id":172153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Bhardwaj Prajapat","mobile_number":"9276693823","email_id":"bhagwati.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"74769407112890","imei1":"74769407112890","imei2":"74769407112890","popurl":"www.aayushmaan-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172147,"job_number":"JOB_172147","tr_customer_id":172164,"tr_customer_product_id":172154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Devika Guneta","mobile_number":"9683320287","email_id":"kanaka.dhawan@gmail.com","dop":"2026-01-21","serial_number":"28463357278713","imei1":"28463357278713","imei2":"28463357278713","popurl":"www.urmila-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172148,"job_number":"JOB_172148","tr_customer_id":172165,"tr_customer_product_id":172155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Garud Sharma","mobile_number":"9826210786","email_id":"balgopal.ahuja@gmail.com","dop":"2026-01-21","serial_number":"58320378315328","imei1":"58320378315328","imei2":"58320378315328","popurl":"www.deveshwar-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172149,"job_number":"JOB_172149","tr_customer_id":172166,"tr_customer_product_id":172156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Kamlesh Nambeesan","mobile_number":"9571031714","email_id":"girja.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"76574151337483","imei1":"76574151337483","imei2":"76574151337483","popurl":"www.daiwik-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172151,"job_number":"JOB_172151","tr_customer_id":172168,"tr_customer_product_id":172158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Samir Chattopadhyay","mobile_number":"9406334142","email_id":"atmananda.saini@hotmail.com","dop":"2026-01-21","serial_number":"06907667110038","imei1":"06907667110038","imei2":"06907667110038","popurl":"www.minakshi-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172152,"job_number":"JOB_172152","tr_customer_id":172169,"tr_customer_product_id":172159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Bhupen Somayaji","mobile_number":"9828413526","email_id":"sanjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"21911814409204","imei1":"21911814409204","imei2":"21911814409204","popurl":"www.avani-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172154,"job_number":"JOB_172154","tr_customer_id":172171,"tr_customer_product_id":172161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chandra Tagore","mobile_number":"9282196326","email_id":"dhyaneshwar.guneta@hotmail.com","dop":"2026-01-21","serial_number":"40037908951257","imei1":"40037908951257","imei2":"40037908951257","popurl":"www.chidaatma-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172155,"job_number":"JOB_172155","tr_customer_id":172172,"tr_customer_product_id":172162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Uma Arora","mobile_number":"9476564032","email_id":"chidambaram.tagore@gmail.com","dop":"2026-01-21","serial_number":"68990895641704","imei1":"68990895641704","imei2":"68990895641704","popurl":"www.sucheta-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172156,"job_number":"JOB_172156","tr_customer_id":172173,"tr_customer_product_id":172163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chitrangada Patel","mobile_number":"9909332621","email_id":"dandapaani.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"91167544797495","imei1":"91167544797495","imei2":"91167544797495","popurl":"www.chandran-kaniyar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172157,"job_number":"JOB_172157","tr_customer_id":172174,"tr_customer_product_id":172164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Vishnu Jha","mobile_number":"9698443820","email_id":"manoj.mahajan@hotmail.com","dop":"2026-01-21","serial_number":"68743232382050","imei1":"68743232382050","imei2":"68743232382050","popurl":"www.kali-kaul.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172158,"job_number":"JOB_172158","tr_customer_id":172175,"tr_customer_product_id":172165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Indra Namboothiri","mobile_number":"9024687617","email_id":"soma.dutta@hotmail.com","dop":"2026-01-21","serial_number":"26963206017347","imei1":"26963206017347","imei2":"26963206017347","popurl":"www.dulari-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172159,"job_number":"JOB_172159","tr_customer_id":172176,"tr_customer_product_id":172166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Gauraang Namboothiri","mobile_number":"9414096407","email_id":"tarun.prajapat@gmail.com","dop":"2026-01-21","serial_number":"49884237123736","imei1":"49884237123736","imei2":"49884237123736","popurl":"www.meghnath-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172160,"job_number":"JOB_172160","tr_customer_id":172177,"tr_customer_product_id":172167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Agasti Singh","mobile_number":"9690145112","email_id":"chidaakaash.namboothiri@hotmail.com","dop":"2026-01-21","serial_number":"65298665423073","imei1":"65298665423073","imei2":"65298665423073","popurl":"www.dulari-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172161,"job_number":"JOB_172161","tr_customer_id":172178,"tr_customer_product_id":172168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhagwati Mehra","mobile_number":"9447357516","email_id":"gitanjali.talwar@yahoo.co.in","dop":"2026-01-21","serial_number":"90854106806549","imei1":"90854106806549","imei2":"90854106806549","popurl":"www.vishwamitra-kaur.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172162,"job_number":"JOB_172162","tr_customer_id":172179,"tr_customer_product_id":172169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Girija Verma","mobile_number":"9602585273","email_id":"kashyapi.embranthiri@yahoo.co.in","dop":"2026-01-21","serial_number":"18048843813740","imei1":"18048843813740","imei2":"18048843813740","popurl":"www.sarisha-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172163,"job_number":"JOB_172163","tr_customer_id":172180,"tr_customer_product_id":172170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Nirbhay Prajapat","mobile_number":"9983076031","email_id":"acharyanandana.agarwal@gmail.com","dop":"2026-01-21","serial_number":"33146266105000","imei1":"33146266105000","imei2":"33146266105000","popurl":"www.harit-chopra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172164,"job_number":"JOB_172164","tr_customer_id":172181,"tr_customer_product_id":172171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Kamalesh Nair","mobile_number":"9450740067","email_id":"sarvin.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"13162052001178","imei1":"13162052001178","imei2":"13162052001178","popurl":"www.abani-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172165,"job_number":"JOB_172165","tr_customer_id":172182,"tr_customer_product_id":172172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Chandraketu Khanna","mobile_number":"9122481690","email_id":"gayatri.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"05546579127590","imei1":"05546579127590","imei2":"05546579127590","popurl":"www.aanandaswarup-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172167,"job_number":"JOB_172167","tr_customer_id":172184,"tr_customer_product_id":172174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhupati Khatri","mobile_number":"9302780198","email_id":"deepan.nair@hotmail.com","dop":"2026-01-21","serial_number":"50995457303075","imei1":"50995457303075","imei2":"50995457303075","popurl":"www.dhruv-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172170,"job_number":"JOB_172170","tr_customer_id":172187,"tr_customer_product_id":172177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Ankal Nehru","mobile_number":"9448742685","email_id":"navin.khan@gmail.com","dop":"2026-01-21","serial_number":"75113274059093","imei1":"75113274059093","imei2":"75113274059093","popurl":"www.aasa-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172171,"job_number":"JOB_172171","tr_customer_id":172188,"tr_customer_product_id":172178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Deb Bhattathiri","mobile_number":"9980740256","email_id":"aadi.nair@yahoo.co.in","dop":"2026-01-21","serial_number":"01592207859961","imei1":"01592207859961","imei2":"01592207859961","popurl":"www.rageswari-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172172,"job_number":"JOB_172172","tr_customer_id":172189,"tr_customer_product_id":172179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Chapal Agarwal","mobile_number":"9092348633","email_id":"dandapaani.bhat@hotmail.com","dop":"2026-01-21","serial_number":"82393337501622","imei1":"82393337501622","imei2":"82393337501622","popurl":"www.bhupati-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172173,"job_number":"JOB_172173","tr_customer_id":172190,"tr_customer_product_id":172180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Anal Nehru","mobile_number":"9622382709","email_id":"gajabahu.tagore@hotmail.com","dop":"2026-01-21","serial_number":"94944055892893","imei1":"94944055892893","imei2":"94944055892893","popurl":"www.shashi-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172175,"job_number":"JOB_172175","tr_customer_id":172192,"tr_customer_product_id":172182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Lavanya Dubashi","mobile_number":"9121838009","email_id":"akshaj.joshi@gmail.com","dop":"2026-01-21","serial_number":"78500931463017","imei1":"78500931463017","imei2":"78500931463017","popurl":"www.adhiraj-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172177,"job_number":"JOB_172177","tr_customer_id":172194,"tr_customer_product_id":172184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gauraang Trivedi","mobile_number":"9452975786","email_id":"nanda.khanna@gmail.com","dop":"2026-01-21","serial_number":"60163715427998","imei1":"60163715427998","imei2":"60163715427998","popurl":"www.bhagwanti-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172178,"job_number":"JOB_172178","tr_customer_id":172195,"tr_customer_product_id":172185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gati Nambeesan","mobile_number":"9881290022","email_id":"dhara.dhawan@gmail.com","dop":"2026-01-21","serial_number":"12163654214251","imei1":"12163654214251","imei2":"12163654214251","popurl":"www.preity-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172179,"job_number":"JOB_172179","tr_customer_id":172196,"tr_customer_product_id":172186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Shashi Panicker","mobile_number":"9898053351","email_id":"anang.singh@yahoo.co.in","dop":"2026-01-21","serial_number":"05654235389567","imei1":"05654235389567","imei2":"05654235389567","popurl":"www.sloka-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172181,"job_number":"JOB_172181","tr_customer_id":172198,"tr_customer_product_id":172188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Bahula Banerjee","mobile_number":"9832900663","email_id":"kalpana.nambeesan@hotmail.com","dop":"2026-01-21","serial_number":"23791424302436","imei1":"23791424302436","imei2":"23791424302436","popurl":"www.lakshmidhar-gandhi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172182,"job_number":"JOB_172182","tr_customer_id":172199,"tr_customer_product_id":172189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Mayoor Johar","mobile_number":"9486443310","email_id":"avadhesh.acharya@gmail.com","dop":"2026-01-21","serial_number":"41854114889991","imei1":"41854114889991","imei2":"41854114889991","popurl":"www.chitrangada-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172183,"job_number":"JOB_172183","tr_customer_id":172200,"tr_customer_product_id":172190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Somu Guneta","mobile_number":"9701133698","email_id":"menaka.guneta@yahoo.co.in","dop":"2026-01-21","serial_number":"08266682468762","imei1":"08266682468762","imei2":"08266682468762","popurl":"www.lakshmidhar-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172185,"job_number":"JOB_172185","tr_customer_id":172202,"tr_customer_product_id":172192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Suryakantam Kocchar","mobile_number":"9049884996","email_id":"chandrabhan.mehra@gmail.com","dop":"2026-01-21","serial_number":"07596982818159","imei1":"07596982818159","imei2":"07596982818159","popurl":"www.shobhana-kapoor.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172186,"job_number":"JOB_172186","tr_customer_id":172203,"tr_customer_product_id":172193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Himani Reddy","mobile_number":"9779472838","email_id":"trilok.abbott@yahoo.co.in","dop":"2026-01-21","serial_number":"69801132836599","imei1":"69801132836599","imei2":"69801132836599","popurl":"www.aadrika-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172187,"job_number":"JOB_172187","tr_customer_id":172204,"tr_customer_product_id":172194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Trilochan Bhattacharya","mobile_number":"9413110251","email_id":"annapurna.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"67063273118955","imei1":"67063273118955","imei2":"67063273118955","popurl":"www.chinmayananda-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172189,"job_number":"JOB_172189","tr_customer_id":172206,"tr_customer_product_id":172196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Rita Banerjee","mobile_number":"9499110260","email_id":"abhirath.gupta@yahoo.co.in","dop":"2026-01-21","serial_number":"95833127919777","imei1":"95833127919777","imei2":"95833127919777","popurl":"www.chapal-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172190,"job_number":"JOB_172190","tr_customer_id":172207,"tr_customer_product_id":172197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Sudeva Nayar","mobile_number":"9215275223","email_id":"chetan.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"93618635514592","imei1":"93618635514592","imei2":"93618635514592","popurl":"www.esha-mehrotra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172191,"job_number":"JOB_172191","tr_customer_id":172208,"tr_customer_product_id":172198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Deeptanshu Jha","mobile_number":"9627266875","email_id":"bhisham.panicker@gmail.com","dop":"2026-01-21","serial_number":"08416394460997","imei1":"08416394460997","imei2":"08416394460997","popurl":"www.dayaanidhi-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172193,"job_number":"JOB_172193","tr_customer_id":172210,"tr_customer_product_id":172200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Leela Joshi","mobile_number":"9793573072","email_id":"harit.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"30862528954129","imei1":"30862528954129","imei2":"30862528954129","popurl":"www.bhooshit-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172194,"job_number":"JOB_172194","tr_customer_id":172211,"tr_customer_product_id":172201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Baijayanti Jha","mobile_number":"9148039050","email_id":"subhasini.abbott@gmail.com","dop":"2026-01-21","serial_number":"12157154681644","imei1":"12157154681644","imei2":"12157154681644","popurl":"www.bhadraksh-gupta.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172195,"job_number":"JOB_172195","tr_customer_id":172212,"tr_customer_product_id":172202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Preity Guha","mobile_number":"9764676523","email_id":"aadi.nayar@yahoo.co.in","dop":"2026-01-21","serial_number":"48981107058279","imei1":"48981107058279","imei2":"48981107058279","popurl":"www.dhanu-mahajan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172196,"job_number":"JOB_172196","tr_customer_id":172213,"tr_customer_product_id":172203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Ramesh Joshi","mobile_number":"9728098896","email_id":"divjot.iyengar@hotmail.com","dop":"2026-01-21","serial_number":"53133726967025","imei1":"53133726967025","imei2":"53133726967025","popurl":"www.girindra-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172198,"job_number":"JOB_172198","tr_customer_id":172215,"tr_customer_product_id":172205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Deenabandhu Kakkar","mobile_number":"9446032364","email_id":"mina.dwivedi@hotmail.com","dop":"2026-01-21","serial_number":"33344564069818","imei1":"33344564069818","imei2":"33344564069818","popurl":"www.ekaling-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172199,"job_number":"JOB_172199","tr_customer_id":172216,"tr_customer_product_id":172206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Nalini Talwar","mobile_number":"9704729227","email_id":"indira.pandey@hotmail.com","dop":"2026-01-21","serial_number":"23804645168183","imei1":"23804645168183","imei2":"23804645168183","popurl":"www.bilva-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172201,"job_number":"JOB_172201","tr_customer_id":172218,"tr_customer_product_id":172208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Siddhi Shah","mobile_number":"9941190314","email_id":"dhananjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"28803880833457","imei1":"28803880833457","imei2":"28803880833457","popurl":"www.vijay-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172202,"job_number":"JOB_172202","tr_customer_id":172219,"tr_customer_product_id":172209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chakradhar Bandopadhyay","mobile_number":"9255303930","email_id":"rahul.naik@gmail.com","dop":"2026-01-21","serial_number":"83397673721704","imei1":"83397673721704","imei2":"83397673721704","popurl":"www.ajeet-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172203,"job_number":"JOB_172203","tr_customer_id":172220,"tr_customer_product_id":172210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chandira Kakkar","mobile_number":"9969561090","email_id":"bhaswar.embranthiri@hotmail.com","dop":"2026-01-21","serial_number":"76060909283609","imei1":"76060909283609","imei2":"76060909283609","popurl":"www.anandamayi-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172204,"job_number":"JOB_172204","tr_customer_id":172221,"tr_customer_product_id":172211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Mangala Verma","mobile_number":"9870067076","email_id":"jagdish.dubashi@hotmail.com","dop":"2026-01-21","serial_number":"00697017668864","imei1":"00697017668864","imei2":"00697017668864","popurl":"www.jagathi-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172205,"job_number":"JOB_172205","tr_customer_id":172222,"tr_customer_product_id":172212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Darshan Nehru","mobile_number":"9252093477","email_id":"kanishka.tagore@gmail.com","dop":"2026-01-21","serial_number":"69589514444597","imei1":"69589514444597","imei2":"69589514444597","popurl":"www.brahmabrata-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172208,"job_number":"JOB_172208","tr_customer_id":172225,"tr_customer_product_id":172215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Leda Monahan","mobile_number":"206-513-6241","email_id":"Dean_Rempel55@yahoo.com","dop":"2025-09-09","serial_number":"19119286454424","imei1":"19119286454424","imei2":"19119286454424","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172209,"job_number":"JOB_172209","tr_customer_id":172226,"tr_customer_product_id":172216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Angelo Roberts","mobile_number":"535-989-1933","email_id":"Foster6@gmail.com","dop":"2025-09-09","serial_number":"16598250900709","imei1":"16598250900709","imei2":"16598250900709","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172211,"job_number":"JOB_172211","tr_customer_id":172228,"tr_customer_product_id":172218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Mona Considine","mobile_number":"929-816-0907","email_id":"Hettie_Schmitt75@yahoo.com","dop":"2025-09-09","serial_number":"11478434180121","imei1":"11478434180121","imei2":"11478434180121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172212,"job_number":"JOB_172212","tr_customer_id":172229,"tr_customer_product_id":172219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Raymond Wisoky","mobile_number":"410-296-7538","email_id":"Newell.Lind@yahoo.com","dop":"2025-09-09","serial_number":"14175462214158","imei1":"14175462214158","imei2":"14175462214158","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172214,"job_number":"JOB_172214","tr_customer_id":172231,"tr_customer_product_id":172221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Darren Gulgowski","mobile_number":"290-759-5910","email_id":"Prince_Botsford2@hotmail.com","dop":"2025-09-09","serial_number":"12225357032082","imei1":"12225357032082","imei2":"12225357032082","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172215,"job_number":"JOB_172215","tr_customer_id":172232,"tr_customer_product_id":172222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Cesar Pfeffer","mobile_number":"770-220-0283","email_id":"Tania_Hilll@hotmail.com","dop":"2025-09-09","serial_number":"16675578753265","imei1":"16675578753265","imei2":"16675578753265","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172217,"job_number":"JOB_172217","tr_customer_id":172234,"tr_customer_product_id":172224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:42:59.000Z","modified_at":"2026-01-30T20:42:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19544533056169","imei1":"19544533056169","imei2":"19544533056169","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172219,"job_number":"JOB_172219","tr_customer_id":172236,"tr_customer_product_id":172226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:01.000Z","modified_at":"2026-01-30T20:43:01.000Z","name":"Breanne Wolf","mobile_number":"443-570-3263","email_id":"Daphne94@yahoo.com","dop":"2025-11-11","serial_number":"1085584715011457","imei1":"1085584715011457","imei2":"1085584715011457","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172220,"job_number":"JOB_172220","tr_customer_id":172237,"tr_customer_product_id":172227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:48.000Z","modified_at":"2026-01-30T20:43:48.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19628010922136","imei1":"19628010922136","imei2":"19628010922136","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172222,"job_number":"JOB_172222","tr_customer_id":172239,"tr_customer_product_id":172229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:50.000Z","modified_at":"2026-01-30T20:43:50.000Z","name":"Cathrine Weimann","mobile_number":"524-400-7958","email_id":"Guy.Gottlieb@hotmail.com","dop":"2025-11-11","serial_number":"1035248657334028","imei1":"1035248657334028","imei2":"1035248657334028","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172223,"job_number":"JOB_172223","tr_customer_id":172240,"tr_customer_product_id":172230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:37.000Z","modified_at":"2026-01-30T20:44:37.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11161754173233","imei1":"11161754173233","imei2":"11161754173233","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172225,"job_number":"JOB_172225","tr_customer_id":172242,"tr_customer_product_id":172232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:39.000Z","modified_at":"2026-01-30T20:44:39.000Z","name":"Jamarcus Ratke","mobile_number":"288-677-9703","email_id":"Elna_Koepp@yahoo.com","dop":"2025-11-11","serial_number":"1017141540239387","imei1":"1017141540239387","imei2":"1017141540239387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172226,"job_number":"JOB_172226","tr_customer_id":172243,"tr_customer_product_id":172233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:17.000Z","modified_at":"2026-01-30T20:51:17.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17058000897923","imei1":"17058000897923","imei2":"17058000897923","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172228,"job_number":"JOB_172228","tr_customer_id":172245,"tr_customer_product_id":172235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:19.000Z","modified_at":"2026-01-30T20:51:19.000Z","name":"Shaniya Hickle","mobile_number":"835-559-7183","email_id":"Waldo42@gmail.com","dop":"2025-11-11","serial_number":"1005553285183606","imei1":"1005553285183606","imei2":"1005553285183606","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172229,"job_number":"JOB_172229","tr_customer_id":172246,"tr_customer_product_id":172236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:36.000Z","modified_at":"2026-01-30T20:51:36.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13703855569056","imei1":"13703855569056","imei2":"13703855569056","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172231,"job_number":"JOB_172231","tr_customer_id":172248,"tr_customer_product_id":172238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:37.000Z","modified_at":"2026-01-30T20:51:37.000Z","name":"Haylie Dicki","mobile_number":"541-237-1218","email_id":"Junior_Ratke@yahoo.com","dop":"2025-11-11","serial_number":"1012835298287185","imei1":"1012835298287185","imei2":"1012835298287185","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172232,"job_number":"JOB_172232","tr_customer_id":172249,"tr_customer_product_id":172239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:10.000Z","modified_at":"2026-01-30T20:52:10.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15700311301367","imei1":"15700311301367","imei2":"15700311301367","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172234,"job_number":"JOB_172234","tr_customer_id":172251,"tr_customer_product_id":172241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:11.000Z","modified_at":"2026-01-30T20:52:11.000Z","name":"Bradford Hickle","mobile_number":"610-924-8824","email_id":"Stanley_Balistreri15@gmail.com","dop":"2025-11-11","serial_number":"1001413425432497","imei1":"1001413425432497","imei2":"1001413425432497","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172235,"job_number":"JOB_172235","tr_customer_id":172252,"tr_customer_product_id":172242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:29.000Z","modified_at":"2026-01-30T20:52:29.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10060463253525","imei1":"10060463253525","imei2":"10060463253525","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172237,"job_number":"JOB_172237","tr_customer_id":172254,"tr_customer_product_id":172244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:31.000Z","modified_at":"2026-01-30T20:52:31.000Z","name":"Danyka Collier","mobile_number":"745-988-7361","email_id":"Beverly11@hotmail.com","dop":"2025-11-11","serial_number":"1021574037459725","imei1":"1021574037459725","imei2":"1021574037459725","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172238,"job_number":"JOB_172238","tr_customer_id":172255,"tr_customer_product_id":172245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:02.000Z","modified_at":"2026-01-30T20:53:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17013186726131","imei1":"17013186726131","imei2":"17013186726131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172240,"job_number":"JOB_172240","tr_customer_id":172257,"tr_customer_product_id":172247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:04.000Z","modified_at":"2026-01-30T20:53:04.000Z","name":"Mossie Daugherty","mobile_number":"649-287-0843","email_id":"Josie_Romaguera@hotmail.com","dop":"2025-11-11","serial_number":"1067730773611174","imei1":"1067730773611174","imei2":"1067730773611174","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172241,"job_number":"JOB_172241","tr_customer_id":172258,"tr_customer_product_id":172248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:23.000Z","modified_at":"2026-01-30T20:53:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17893835945458","imei1":"17893835945458","imei2":"17893835945458","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172243,"job_number":"JOB_172243","tr_customer_id":172260,"tr_customer_product_id":172250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:25.000Z","modified_at":"2026-01-30T20:53:25.000Z","name":"Earnestine Bechtelar","mobile_number":"552-372-5620","email_id":"Nels.Labadie20@yahoo.com","dop":"2025-11-11","serial_number":"1068068435317336","imei1":"1068068435317336","imei2":"1068068435317336","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172244,"job_number":"JOB_172244","tr_customer_id":172261,"tr_customer_product_id":172251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19570296297722","imei1":"19570296297722","imei2":"19570296297722","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172245,"job_number":"JOB_172245","tr_customer_id":172262,"tr_customer_product_id":172252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13704842992681","imei1":"13704842992681","imei2":"13704842992681","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172248,"job_number":"JOB_172248","tr_customer_id":172265,"tr_customer_product_id":172255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:57.000Z","modified_at":"2026-01-30T20:55:57.000Z","name":"Sarina Glover","mobile_number":"887-775-3733","email_id":"Jessy_Cremin70@yahoo.com","dop":"2025-11-11","serial_number":"1075161369597434","imei1":"1075161369597434","imei2":"1075161369597434","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172249,"job_number":"JOB_172249","tr_customer_id":172266,"tr_customer_product_id":172256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:58.000Z","modified_at":"2026-01-30T20:55:58.000Z","name":"Johann Hettinger","mobile_number":"968-391-8628","email_id":"Nicholas_Friesen@hotmail.com","dop":"2025-11-11","serial_number":"1095495010245508","imei1":"1095495010245508","imei2":"1095495010245508","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172250,"job_number":"JOB_172250","tr_customer_id":172267,"tr_customer_product_id":172257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:34.000Z","modified_at":"2026-01-30T20:56:34.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-25","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-25T20:56:33.921189665Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172251,"job_number":"JOB_172251","tr_customer_id":172268,"tr_customer_product_id":172258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:45.000Z","modified_at":"2026-01-30T20:56:45.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18375673252745","imei1":"18375673252745","imei2":"18375673252745","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172253,"job_number":"JOB_172253","tr_customer_id":172270,"tr_customer_product_id":172260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:46.000Z","modified_at":"2026-01-30T20:56:46.000Z","name":"Cletus Bogan","mobile_number":"570-248-0104","email_id":"Karen_Haag@hotmail.com","dop":"2025-11-11","serial_number":"1089205796574876","imei1":"1089205796574876","imei2":"1089205796574876","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172254,"job_number":"JOB_172254","tr_customer_id":172271,"tr_customer_product_id":172261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:47.000Z","modified_at":"2026-01-30T20:56:47.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"12239763325526","imei1":"12239763325526","imei2":"12239763325526","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172256,"job_number":"JOB_172256","tr_customer_id":172273,"tr_customer_product_id":172263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:49.000Z","modified_at":"2026-01-30T20:56:49.000Z","name":"Vern Wintheiser","mobile_number":"840-810-4383","email_id":"Rodrigo68@hotmail.com","dop":"2025-11-11","serial_number":"1056360042324112","imei1":"1056360042324112","imei2":"1056360042324112","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172257,"job_number":"JOB_172257","tr_customer_id":172274,"tr_customer_product_id":172264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Shankar Prajapat","mobile_number":"9634697380","email_id":"shivakari.gandhi@yahoo.co.in","dop":"2026-01-21","serial_number":"63777902912915","imei1":"63777902912915","imei2":"63777902912915","popurl":"www.himadri-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172258,"job_number":"JOB_172258","tr_customer_id":172275,"tr_customer_product_id":172265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Avani Guha","mobile_number":"9750306537","email_id":"keerti.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"14215736508311","imei1":"14215736508311","imei2":"14215736508311","popurl":"www.giriraj-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172259,"job_number":"JOB_172259","tr_customer_id":172276,"tr_customer_product_id":172266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Gandhi","mobile_number":"9659771843","email_id":"vasudha.rana@gmail.com","dop":"2026-01-21","serial_number":"10743531080258","imei1":"10743531080258","imei2":"10743531080258","popurl":"www.ananda-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172260,"job_number":"JOB_172260","tr_customer_id":172277,"tr_customer_product_id":172267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Verma","mobile_number":"9480272036","email_id":"aatmaja.panicker@gmail.com","dop":"2026-01-21","serial_number":"12759868474276","imei1":"12759868474276","imei2":"12759868474276","popurl":"www.sloka-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172261,"job_number":"JOB_172261","tr_customer_id":172278,"tr_customer_product_id":172268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Dhana Bharadwaj","mobile_number":"9943769865","email_id":"pramila.banerjee@hotmail.com","dop":"2026-01-21","serial_number":"84390560577860","imei1":"84390560577860","imei2":"84390560577860","popurl":"www.vaijayanthi-gowda.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172262,"job_number":"JOB_172262","tr_customer_id":172279,"tr_customer_product_id":172269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Hiranya Mahajan","mobile_number":"9957134967","email_id":"jay.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"66255576499187","imei1":"66255576499187","imei2":"66255576499187","popurl":"www.parvati-gill.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172263,"job_number":"JOB_172263","tr_customer_id":172280,"tr_customer_product_id":172270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lai Trivedi","mobile_number":"9469923332","email_id":"deeptendu.khan@gmail.com","dop":"2026-01-21","serial_number":"69944918875070","imei1":"69944918875070","imei2":"69944918875070","popurl":"www.subhashini-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172264,"job_number":"JOB_172264","tr_customer_id":172281,"tr_customer_product_id":172271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Adityanandan Namboothiri","mobile_number":"9747818922","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"06260748752962","imei1":"06260748752962","imei2":"06260748752962","popurl":"www.ghanashyam-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172265,"job_number":"JOB_172265","tr_customer_id":172282,"tr_customer_product_id":172272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lila Desai","mobile_number":"9901506573","email_id":"gangesh.kaur@yahoo.co.in","dop":"2026-01-21","serial_number":"08649359121173","imei1":"08649359121173","imei2":"08649359121173","popurl":"www.geetanjali-jain.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172266,"job_number":"JOB_172266","tr_customer_id":172283,"tr_customer_product_id":172273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Pranay Kakkar","mobile_number":"9012764455","email_id":"param.butt@gmail.com","dop":"2026-01-21","serial_number":"49074397904736","imei1":"49074397904736","imei2":"49074397904736","popurl":"www.krishnadasa-somayaji.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172267,"job_number":"JOB_172267","tr_customer_id":172284,"tr_customer_product_id":172274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Nambeesan","mobile_number":"9590831793","email_id":"deeptimayee.gupta@gmail.com","dop":"2026-01-21","serial_number":"34637831655089","imei1":"34637831655089","imei2":"34637831655089","popurl":"www.anusuya-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172268,"job_number":"JOB_172268","tr_customer_id":172285,"tr_customer_product_id":172275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Vaijayanthi Tandon","mobile_number":"9852523319","email_id":"swarnalata.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"72756267590305","imei1":"72756267590305","imei2":"72756267590305","popurl":"www.minakshi-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172269,"job_number":"JOB_172269","tr_customer_id":172286,"tr_customer_product_id":172276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Hiranya Agarwal","mobile_number":"9482363798","email_id":"bhupen.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"69783826652317","imei1":"69783826652317","imei2":"69783826652317","popurl":"www.chaaruchandra-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172270,"job_number":"JOB_172270","tr_customer_id":172287,"tr_customer_product_id":172277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Som Trivedi","mobile_number":"9807152443","email_id":"manisha.joshi@gmail.com","dop":"2026-01-21","serial_number":"11477959077754","imei1":"11477959077754","imei2":"11477959077754","popurl":"www.chandni-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172271,"job_number":"JOB_172271","tr_customer_id":172288,"tr_customer_product_id":172278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Ananda Butt","mobile_number":"9814891285","email_id":"geetanjali.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"28782650726651","imei1":"28782650726651","imei2":"28782650726651","popurl":"www.dev-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172272,"job_number":"JOB_172272","tr_customer_id":172289,"tr_customer_product_id":172279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Abbott","mobile_number":"9399519146","email_id":"aaditya.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"32484022805291","imei1":"32484022805291","imei2":"32484022805291","popurl":"www.hiranya-saini.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172273,"job_number":"JOB_172273","tr_customer_id":172290,"tr_customer_product_id":172280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Diptendu Reddy","mobile_number":"9784007077","email_id":"dhyaneshwar.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"31370456158623","imei1":"31370456158623","imei2":"31370456158623","popurl":"www.gandharv-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172274,"job_number":"JOB_172274","tr_customer_id":172291,"tr_customer_product_id":172281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Mangalya Panicker","mobile_number":"9338947053","email_id":"deeptimayee.shukla@gmail.com","dop":"2026-01-21","serial_number":"20923833154809","imei1":"20923833154809","imei2":"20923833154809","popurl":"www.abhisyanta-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172275,"job_number":"JOB_172275","tr_customer_id":172292,"tr_customer_product_id":172282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Draupadi Kakkar","mobile_number":"9421433464","email_id":"mandaakin.abbott@gmail.com","dop":"2026-01-21","serial_number":"41950063431761","imei1":"41950063431761","imei2":"41950063431761","popurl":"www.charuvrat-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172276,"job_number":"JOB_172276","tr_customer_id":172293,"tr_customer_product_id":172283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Avantika Johar","mobile_number":"9358115063","email_id":"anusuya.gowda@gmail.com","dop":"2026-01-21","serial_number":"94098252958613","imei1":"94098252958613","imei2":"94098252958613","popurl":"www.vimala-chattopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172277,"job_number":"JOB_172277","tr_customer_id":172294,"tr_customer_product_id":172284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kannen Nambeesan","mobile_number":"9366893455","email_id":"bhaanumati.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"77805082044177","imei1":"77805082044177","imei2":"77805082044177","popurl":"www.dhanapati-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172278,"job_number":"JOB_172278","tr_customer_id":172295,"tr_customer_product_id":172285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kirti Marar","mobile_number":"9719192471","email_id":"nikita.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"05454724102886","imei1":"05454724102886","imei2":"05454724102886","popurl":"www.subodh-marar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172279,"job_number":"JOB_172279","tr_customer_id":172296,"tr_customer_product_id":172286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Balagovind Varma","mobile_number":"9240559918","email_id":"omana.pothuvaal@gmail.com","dop":"2026-01-21","serial_number":"25290532001883","imei1":"25290532001883","imei2":"25290532001883","popurl":"www.gatik-kaul.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172280,"job_number":"JOB_172280","tr_customer_id":172297,"tr_customer_product_id":172287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Shubha Varman","mobile_number":"9171770612","email_id":"prema.ganaka@gmail.com","dop":"2026-01-21","serial_number":"82736425637724","imei1":"82736425637724","imei2":"82736425637724","popurl":"www.swapnil-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172281,"job_number":"JOB_172281","tr_customer_id":172298,"tr_customer_product_id":172288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Anusuya Shah","mobile_number":"9531108965","email_id":"krishnadasa.pilla@yahoo.co.in","dop":"2026-01-21","serial_number":"88644357229456","imei1":"88644357229456","imei2":"88644357229456","popurl":"www.chiranjeev-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172282,"job_number":"JOB_172282","tr_customer_id":172299,"tr_customer_product_id":172289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kalpana Namboothiri","mobile_number":"9343006747","email_id":"hiranmay.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"14642406334645","imei1":"14642406334645","imei2":"14642406334645","popurl":"www.vaijayanthi-nambeesan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172283,"job_number":"JOB_172283","tr_customer_id":172300,"tr_customer_product_id":172290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Girik Mishra","mobile_number":"9877618078","email_id":"sanka.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"09666796381791","imei1":"09666796381791","imei2":"09666796381791","popurl":"www.hiranya-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172284,"job_number":"JOB_172284","tr_customer_id":172301,"tr_customer_product_id":172291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Jitendra Nayar","mobile_number":"9658164388","email_id":"goswamee.kaur@hotmail.com","dop":"2026-01-21","serial_number":"06672821934951","imei1":"06672821934951","imei2":"06672821934951","popurl":"www.gautam-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172285,"job_number":"JOB_172285","tr_customer_id":172302,"tr_customer_product_id":172292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Bilva Varma","mobile_number":"9376051242","email_id":"narendra.joshi@gmail.com","dop":"2026-01-21","serial_number":"16169966796903","imei1":"16169966796903","imei2":"16169966796903","popurl":"www.dharani-rana.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172286,"job_number":"JOB_172286","tr_customer_id":172303,"tr_customer_product_id":172293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Agnivesh Bhattacharya","mobile_number":"9446861095","email_id":"aditeya.dhawan@yahoo.co.in","dop":"2026-01-21","serial_number":"91301277861296","imei1":"91301277861296","imei2":"91301277861296","popurl":"www.baidehi-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172287,"job_number":"JOB_172287","tr_customer_id":172304,"tr_customer_product_id":172294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Divaakar Shah","mobile_number":"9039788827","email_id":"deeptendu.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"94887109830540","imei1":"94887109830540","imei2":"94887109830540","popurl":"www.aasa-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172288,"job_number":"JOB_172288","tr_customer_id":172305,"tr_customer_product_id":172295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Vimal Mahajan","mobile_number":"9047392719","email_id":"nikita.kaniyar@gmail.com","dop":"2026-01-21","serial_number":"92066034738532","imei1":"92066034738532","imei2":"92066034738532","popurl":"www.sanya-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172289,"job_number":"JOB_172289","tr_customer_id":172306,"tr_customer_product_id":172296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Baidehi Gowda","mobile_number":"9095873070","email_id":"agnimitra.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"85670663889508","imei1":"85670663889508","imei2":"85670663889508","popurl":"www.siddhi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172290,"job_number":"JOB_172290","tr_customer_id":172307,"tr_customer_product_id":172297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Shantanu Nayar","mobile_number":"9777093267","email_id":"deeptimoy.dubashi@yahoo.co.in","dop":"2026-01-21","serial_number":"06350588587682","imei1":"06350588587682","imei2":"06350588587682","popurl":"www.bhagavaan-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172291,"job_number":"JOB_172291","tr_customer_id":172308,"tr_customer_product_id":172298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Laxman Patil","mobile_number":"9092447584","email_id":"deevakar.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"64517218077228","imei1":"64517218077228","imei2":"64517218077228","popurl":"www.charvi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172292,"job_number":"JOB_172292","tr_customer_id":172309,"tr_customer_product_id":172299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Adwitiya Ganaka","mobile_number":"9969851001","email_id":"jyotsana.somayaji@hotmail.com","dop":"2026-01-21","serial_number":"31482066583510","imei1":"31482066583510","imei2":"31482066583510","popurl":"www.upendra-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172293,"job_number":"JOB_172293","tr_customer_id":172310,"tr_customer_product_id":172300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Amish Gandhi","mobile_number":"9092263874","email_id":"drona.khanna@hotmail.com","dop":"2026-01-21","serial_number":"69750126956132","imei1":"69750126956132","imei2":"69750126956132","popurl":"www.vaidehi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172294,"job_number":"JOB_172294","tr_customer_id":172311,"tr_customer_product_id":172301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Shankar Kaul","mobile_number":"9949869801","email_id":"krishnadasa.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"16732174160845","imei1":"16732174160845","imei2":"16732174160845","popurl":"www.agnimitra-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172295,"job_number":"JOB_172295","tr_customer_id":172312,"tr_customer_product_id":172302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Heema Mukhopadhyay","mobile_number":"9497047067","email_id":"hamsini.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"23564478484673","imei1":"23564478484673","imei2":"23564478484673","popurl":"www.vimal-khanna.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172296,"job_number":"JOB_172296","tr_customer_id":172313,"tr_customer_product_id":172303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Hari Sharma","mobile_number":"9348461934","email_id":"chandraprabha.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"60344085157137","imei1":"60344085157137","imei2":"60344085157137","popurl":"www.asha-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172297,"job_number":"JOB_172297","tr_customer_id":172314,"tr_customer_product_id":172304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Dev Mehrotra","mobile_number":"9910266842","email_id":"madhuri.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"31989284627354","imei1":"31989284627354","imei2":"31989284627354","popurl":"www.naval-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172298,"job_number":"JOB_172298","tr_customer_id":172315,"tr_customer_product_id":172305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Rajan Mehrotra","mobile_number":"9027627427","email_id":"jagdish.khan@yahoo.co.in","dop":"2026-01-21","serial_number":"87102758817384","imei1":"87102758817384","imei2":"87102758817384","popurl":"www.jaya-malik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172299,"job_number":"JOB_172299","tr_customer_id":172316,"tr_customer_product_id":172306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Paramartha Pandey","mobile_number":"9326081644","email_id":"krishnadas.reddy@yahoo.co.in","dop":"2026-01-21","serial_number":"20867976497633","imei1":"20867976497633","imei2":"20867976497633","popurl":"www.naval-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172300,"job_number":"JOB_172300","tr_customer_id":172317,"tr_customer_product_id":172307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Divakar Mukhopadhyay","mobile_number":"9754306038","email_id":"aanandaswarup.jain@gmail.com","dop":"2026-01-21","serial_number":"36851516730385","imei1":"36851516730385","imei2":"36851516730385","popurl":"www.anasuya-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172301,"job_number":"JOB_172301","tr_customer_id":172318,"tr_customer_product_id":172308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Gajaadhar Agarwal","mobile_number":"9636926400","email_id":"ritesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"34360597193046","imei1":"34360597193046","imei2":"34360597193046","popurl":"www.shantanu-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172302,"job_number":"JOB_172302","tr_customer_id":172319,"tr_customer_product_id":172309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Chitrali Rana","mobile_number":"9994644284","email_id":"gopi.sharma@hotmail.com","dop":"2026-01-21","serial_number":"68984632956765","imei1":"68984632956765","imei2":"68984632956765","popurl":"www.gouranga-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172303,"job_number":"JOB_172303","tr_customer_id":172320,"tr_customer_product_id":172310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Bilva Gandhi","mobile_number":"9116893002","email_id":"lakshmidhar.prajapat@yahoo.co.in","dop":"2026-01-21","serial_number":"63436966451528","imei1":"63436966451528","imei2":"63436966451528","popurl":"www.veda-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172304,"job_number":"JOB_172304","tr_customer_id":172321,"tr_customer_product_id":172311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Ekdant Malik","mobile_number":"9433226022","email_id":"mandakini.kocchar@yahoo.co.in","dop":"2026-01-21","serial_number":"28090344543156","imei1":"28090344543156","imei2":"28090344543156","popurl":"www.jaimini-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172305,"job_number":"JOB_172305","tr_customer_id":172322,"tr_customer_product_id":172312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Akshayakeerti Bharadwaj","mobile_number":"9239829892","email_id":"atmananda.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"06420293804442","imei1":"06420293804442","imei2":"06420293804442","popurl":"www.meghnath-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172306,"job_number":"JOB_172306","tr_customer_id":172323,"tr_customer_product_id":172313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Vidur Jha","mobile_number":"9093862593","email_id":"mani.chattopadhyay@yahoo.co.in","dop":"2026-01-21","serial_number":"59804329390314","imei1":"59804329390314","imei2":"59804329390314","popurl":"www.avadhesh-gill.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172307,"job_number":"JOB_172307","tr_customer_id":172324,"tr_customer_product_id":172314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Tara Sethi","mobile_number":"9692043315","email_id":"ganapati.menon@gmail.com","dop":"2026-01-21","serial_number":"63015364750442","imei1":"63015364750442","imei2":"63015364750442","popurl":"www.ajit-saini.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172308,"job_number":"JOB_172308","tr_customer_id":172325,"tr_customer_product_id":172315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Swapnil Naik","mobile_number":"9684855222","email_id":"chiranjeeve.banerjee@yahoo.co.in","dop":"2026-01-21","serial_number":"69969040737950","imei1":"69969040737950","imei2":"69969040737950","popurl":"www.raj-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172309,"job_number":"JOB_172309","tr_customer_id":172326,"tr_customer_product_id":172316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Chandrakin Ahuja","mobile_number":"9287498736","email_id":"bhooshan.ahuja@gmail.com","dop":"2026-01-21","serial_number":"87052876650230","imei1":"87052876650230","imei2":"87052876650230","popurl":"www.sharmila-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172310,"job_number":"JOB_172310","tr_customer_id":172327,"tr_customer_product_id":172317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Rajiv Iyengar","mobile_number":"9659253536","email_id":"bhaves.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"22423034135189","imei1":"22423034135189","imei2":"22423034135189","popurl":"www.subodh-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172311,"job_number":"JOB_172311","tr_customer_id":172328,"tr_customer_product_id":172318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Adikavi Iyengar","mobile_number":"9813160024","email_id":"charumati.pilla@gmail.com","dop":"2026-01-21","serial_number":"44980838400503","imei1":"44980838400503","imei2":"44980838400503","popurl":"www.indra-johar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172312,"job_number":"JOB_172312","tr_customer_id":172329,"tr_customer_product_id":172319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Shwet Bhattacharya","mobile_number":"9844337172","email_id":"bhagavaan.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"24193999219691","imei1":"24193999219691","imei2":"24193999219691","popurl":"www.arnesh-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172313,"job_number":"JOB_172313","tr_customer_id":172330,"tr_customer_product_id":172320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Anjushri Dhawan","mobile_number":"9290064014","email_id":"dhara.gupta@hotmail.com","dop":"2026-01-21","serial_number":"68196127207549","imei1":"68196127207549","imei2":"68196127207549","popurl":"www.satyen-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172314,"job_number":"JOB_172314","tr_customer_id":172331,"tr_customer_product_id":172321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Ujjwal Dwivedi","mobile_number":"9892155090","email_id":"rajinder.dutta@hotmail.com","dop":"2026-01-21","serial_number":"34077708064860","imei1":"34077708064860","imei2":"34077708064860","popurl":"www.bhadrak-sinha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172315,"job_number":"JOB_172315","tr_customer_id":172332,"tr_customer_product_id":172322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Triloki Nath Tandon","mobile_number":"9277560351","email_id":"dipesh.kapoor@gmail.com","dop":"2026-01-21","serial_number":"54736521828467","imei1":"54736521828467","imei2":"54736521828467","popurl":"www.esha-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172316,"job_number":"JOB_172316","tr_customer_id":172333,"tr_customer_product_id":172323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Sanya Bhat","mobile_number":"9962811166","email_id":"vidur.kaul@gmail.com","dop":"2026-01-21","serial_number":"13315420033908","imei1":"13315420033908","imei2":"13315420033908","popurl":"www.dandak-iyengar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172317,"job_number":"JOB_172317","tr_customer_id":172334,"tr_customer_product_id":172324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Baidehi Johar","mobile_number":"9204411670","email_id":"aagneya.sharma@gmail.com","dop":"2026-01-21","serial_number":"70268270269778","imei1":"70268270269778","imei2":"70268270269778","popurl":"www.kamala-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172318,"job_number":"JOB_172318","tr_customer_id":172335,"tr_customer_product_id":172325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Bhushit Pillai","mobile_number":"9693487546","email_id":"rageswari.jha@yahoo.co.in","dop":"2026-01-21","serial_number":"96809595933506","imei1":"96809595933506","imei2":"96809595933506","popurl":"www.dinakar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172319,"job_number":"JOB_172319","tr_customer_id":172336,"tr_customer_product_id":172326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Charuchandra Khatri","mobile_number":"9418925182","email_id":"anilabh.marar@gmail.com","dop":"2026-01-21","serial_number":"52940941824986","imei1":"52940941824986","imei2":"52940941824986","popurl":"www.aadinath-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172320,"job_number":"JOB_172320","tr_customer_id":172337,"tr_customer_product_id":172327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Samir Asan","mobile_number":"9098997855","email_id":"divaakar.khatri@gmail.com","dop":"2026-01-21","serial_number":"50198437453302","imei1":"50198437453302","imei2":"50198437453302","popurl":"www.aadinath-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172321,"job_number":"JOB_172321","tr_customer_id":172338,"tr_customer_product_id":172328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Buddhana Kakkar","mobile_number":"9924787767","email_id":"chakradhar.ahuja@yahoo.co.in","dop":"2026-01-21","serial_number":"53203238476467","imei1":"53203238476467","imei2":"53203238476467","popurl":"www.adhrit-gill.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172322,"job_number":"JOB_172322","tr_customer_id":172339,"tr_customer_product_id":172329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Parvati Sinha","mobile_number":"9455653171","email_id":"siddhi.ahuja@hotmail.com","dop":"2026-01-21","serial_number":"11750472229417","imei1":"11750472229417","imei2":"11750472229417","popurl":"www.raj-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172323,"job_number":"JOB_172323","tr_customer_id":172340,"tr_customer_product_id":172330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Udai Arora","mobile_number":"9885349125","email_id":"vishnu.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"90601332371868","imei1":"90601332371868","imei2":"90601332371868","popurl":"www.ashok-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172324,"job_number":"JOB_172324","tr_customer_id":172341,"tr_customer_product_id":172331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Ekaparnika Chopra","mobile_number":"9229772047","email_id":"vidya.gill@gmail.com","dop":"2026-01-21","serial_number":"70927859306827","imei1":"70927859306827","imei2":"70927859306827","popurl":"www.ambar-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172325,"job_number":"JOB_172325","tr_customer_id":172342,"tr_customer_product_id":172332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Rati Varrier","mobile_number":"9915971224","email_id":"dhanesh.mishra@hotmail.com","dop":"2026-01-21","serial_number":"05190452280434","imei1":"05190452280434","imei2":"05190452280434","popurl":"www.giriraj-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172326,"job_number":"JOB_172326","tr_customer_id":172343,"tr_customer_product_id":172333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Anand Swarup Reddy","mobile_number":"9566888606","email_id":"anal.iyengar@yahoo.co.in","dop":"2026-01-21","serial_number":"22712986323989","imei1":"22712986323989","imei2":"22712986323989","popurl":"www.sarada-patil.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172327,"job_number":"JOB_172327","tr_customer_id":172344,"tr_customer_product_id":172334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Bakula Guha","mobile_number":"9989305100","email_id":"giri.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"95933664535273","imei1":"95933664535273","imei2":"95933664535273","popurl":"www.jagdish-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172328,"job_number":"JOB_172328","tr_customer_id":172345,"tr_customer_product_id":172335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Vasudha Guneta","mobile_number":"9243928659","email_id":"umang.asan@hotmail.com","dop":"2026-01-21","serial_number":"59466619688969","imei1":"59466619688969","imei2":"59466619688969","popurl":"www.meghnath-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172329,"job_number":"JOB_172329","tr_customer_id":172346,"tr_customer_product_id":172336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Gouranga Banerjee","mobile_number":"9098378659","email_id":"vidya.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"93111543586583","imei1":"93111543586583","imei2":"93111543586583","popurl":"www.pushti-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172330,"job_number":"JOB_172330","tr_customer_id":172347,"tr_customer_product_id":172337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dwaipayan Mahajan","mobile_number":"9040752818","email_id":"jaya.singh@gmail.com","dop":"2026-01-21","serial_number":"81563818315174","imei1":"81563818315174","imei2":"81563818315174","popurl":"www.padma-kaul.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172331,"job_number":"JOB_172331","tr_customer_id":172348,"tr_customer_product_id":172338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Ranjeet Gandhi","mobile_number":"9759829206","email_id":"dayaanidhi.nayar@hotmail.com","dop":"2026-01-21","serial_number":"01214258698909","imei1":"01214258698909","imei2":"01214258698909","popurl":"www.niro-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172332,"job_number":"JOB_172332","tr_customer_id":172349,"tr_customer_product_id":172339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Devasree Gowda","mobile_number":"9259449279","email_id":"bilva.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"44151216241426","imei1":"44151216241426","imei2":"44151216241426","popurl":"www.dhanesh-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172333,"job_number":"JOB_172333","tr_customer_id":172350,"tr_customer_product_id":172340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Vasundhara Jha","mobile_number":"9850296405","email_id":"heema.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"86203086771281","imei1":"86203086771281","imei2":"86203086771281","popurl":"www.dinakar-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172334,"job_number":"JOB_172334","tr_customer_id":172351,"tr_customer_product_id":172341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chetan Desai","mobile_number":"9941949498","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"01119686797844","imei1":"01119686797844","imei2":"01119686797844","popurl":"www.kalyani-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172335,"job_number":"JOB_172335","tr_customer_id":172352,"tr_customer_product_id":172342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Diksha Gill","mobile_number":"9406665990","email_id":"amodini.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"15325825714362","imei1":"15325825714362","imei2":"15325825714362","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172336,"job_number":"JOB_172336","tr_customer_id":172353,"tr_customer_product_id":172343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Mohana Menon","mobile_number":"9365545624","email_id":"deeksha.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"63073982518177","imei1":"63073982518177","imei2":"63073982518177","popurl":"www.pran-bharadwaj.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172337,"job_number":"JOB_172337","tr_customer_id":172354,"tr_customer_product_id":172344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Adheesh Bhattacharya","mobile_number":"9914166878","email_id":"anurag.tandon@gmail.com","dop":"2026-01-21","serial_number":"00021698261669","imei1":"00021698261669","imei2":"00021698261669","popurl":"www.chaten-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172338,"job_number":"JOB_172338","tr_customer_id":172355,"tr_customer_product_id":172345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Aanand Naik","mobile_number":"9576654977","email_id":"vaidehi.gupta@gmail.com","dop":"2026-01-21","serial_number":"14853447798956","imei1":"14853447798956","imei2":"14853447798956","popurl":"www.ekaling-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172339,"job_number":"JOB_172339","tr_customer_id":172356,"tr_customer_product_id":172346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chandrabhan Guneta","mobile_number":"9261224539","email_id":"vimal.adiga@gmail.com","dop":"2026-01-21","serial_number":"14486306913856","imei1":"14486306913856","imei2":"14486306913856","popurl":"www.basanti-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172340,"job_number":"JOB_172340","tr_customer_id":172357,"tr_customer_product_id":172347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Naveen Chattopadhyay","mobile_number":"9976221374","email_id":"gurdev.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"41380151590284","imei1":"41380151590284","imei2":"41380151590284","popurl":"www.ekaksh-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172341,"job_number":"JOB_172341","tr_customer_id":172358,"tr_customer_product_id":172348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dhana Gill","mobile_number":"9302923521","email_id":"esha.shah@hotmail.com","dop":"2026-01-21","serial_number":"75467184634819","imei1":"75467184634819","imei2":"75467184634819","popurl":"www.som-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172342,"job_number":"JOB_172342","tr_customer_id":172359,"tr_customer_product_id":172349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dharmaketu Gupta","mobile_number":"9468435330","email_id":"pran.jain@hotmail.com","dop":"2026-01-21","serial_number":"19266231402926","imei1":"19266231402926","imei2":"19266231402926","popurl":"www.garuda-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172343,"job_number":"JOB_172343","tr_customer_id":172360,"tr_customer_product_id":172350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dulari Marar","mobile_number":"9892601202","email_id":"hamsini.joshi@hotmail.com","dop":"2026-01-21","serial_number":"12423513344996","imei1":"12423513344996","imei2":"12423513344996","popurl":"www.arya-adiga.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172344,"job_number":"JOB_172344","tr_customer_id":172361,"tr_customer_product_id":172351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Indira Nayar","mobile_number":"9143584151","email_id":"chiranjeev.khan@gmail.com","dop":"2026-01-21","serial_number":"90618186775798","imei1":"90618186775798","imei2":"90618186775798","popurl":"www.kartik-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172345,"job_number":"JOB_172345","tr_customer_id":172362,"tr_customer_product_id":172352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Lavanya Guha","mobile_number":"9827416594","email_id":"avadhesh.kaul@gmail.com","dop":"2026-01-21","serial_number":"50999960338724","imei1":"50999960338724","imei2":"50999960338724","popurl":"www.rukmin-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172346,"job_number":"JOB_172346","tr_customer_id":172363,"tr_customer_product_id":172353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Aatmaja Bhattacharya","mobile_number":"9960261850","email_id":"jaya.dhawan@gmail.com","dop":"2026-01-21","serial_number":"75701637383305","imei1":"75701637383305","imei2":"75701637383305","popurl":"www.rohana-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172347,"job_number":"JOB_172347","tr_customer_id":172364,"tr_customer_product_id":172354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ekalavya Somayaji","mobile_number":"9452247221","email_id":"drona.bhattacharya@hotmail.com","dop":"2026-01-21","serial_number":"44939346445293","imei1":"44939346445293","imei2":"44939346445293","popurl":"www.anwesha-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172348,"job_number":"JOB_172348","tr_customer_id":172365,"tr_customer_product_id":172355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Priyala Verma","mobile_number":"9440324860","email_id":"goutam.iyengar@gmail.com","dop":"2026-01-21","serial_number":"85617088491913","imei1":"85617088491913","imei2":"85617088491913","popurl":"www.narayan-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172349,"job_number":"JOB_172349","tr_customer_id":172366,"tr_customer_product_id":172356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Subhasini Somayaji","mobile_number":"9566657147","email_id":"adinath.ganaka@gmail.com","dop":"2026-01-21","serial_number":"05702023389968","imei1":"05702023389968","imei2":"05702023389968","popurl":"www.deeptimayee-rana.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172350,"job_number":"JOB_172350","tr_customer_id":172367,"tr_customer_product_id":172357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Digambar Bandopadhyay","mobile_number":"9478675642","email_id":"rageshwari.tandon@hotmail.com","dop":"2026-01-21","serial_number":"93400337790034","imei1":"93400337790034","imei2":"93400337790034","popurl":"www.aryan-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172351,"job_number":"JOB_172351","tr_customer_id":172368,"tr_customer_product_id":172358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Naval Khanna","mobile_number":"9940964581","email_id":"ghanaanand.jain@hotmail.com","dop":"2026-01-21","serial_number":"33703397426424","imei1":"33703397426424","imei2":"33703397426424","popurl":"www.ranjeet-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172352,"job_number":"JOB_172352","tr_customer_id":172369,"tr_customer_product_id":172359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Prasanna Bandopadhyay","mobile_number":"9812512615","email_id":"priya.sinha@yahoo.co.in","dop":"2026-01-21","serial_number":"09775783659433","imei1":"09775783659433","imei2":"09775783659433","popurl":"www.bandhu-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172353,"job_number":"JOB_172353","tr_customer_id":172370,"tr_customer_product_id":172360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Dhaanyalakshmi Bhattathiri","mobile_number":"9464140730","email_id":"dakshayani.khanna@yahoo.co.in","dop":"2026-01-21","serial_number":"38822684734069","imei1":"38822684734069","imei2":"38822684734069","popurl":"www.gopaal-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172354,"job_number":"JOB_172354","tr_customer_id":172371,"tr_customer_product_id":172361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Atreyi Kaur","mobile_number":"9863621033","email_id":"akshita.chaturvedi@yahoo.co.in","dop":"2026-01-21","serial_number":"60915833023554","imei1":"60915833023554","imei2":"60915833023554","popurl":"www.lai-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172355,"job_number":"JOB_172355","tr_customer_id":172372,"tr_customer_product_id":172362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ashlesh Prajapat","mobile_number":"9884470452","email_id":"gudakesa.tandon@yahoo.co.in","dop":"2026-01-21","serial_number":"81758537984798","imei1":"81758537984798","imei2":"81758537984798","popurl":"www.chandraayan-bhattathiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172356,"job_number":"JOB_172356","tr_customer_id":172373,"tr_customer_product_id":172363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Gauranga Gandhi","mobile_number":"9577939304","email_id":"ganak.johar@gmail.com","dop":"2026-01-21","serial_number":"17069568065723","imei1":"17069568065723","imei2":"17069568065723","popurl":"www.dharitri-abbott.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172357,"job_number":"JOB_172357","tr_customer_id":172374,"tr_customer_product_id":172364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:34.000Z","modified_at":"2026-01-30T20:57:34.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10725547413845","imei1":"10725547413845","imei2":"10725547413845","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172359,"job_number":"JOB_172359","tr_customer_id":172376,"tr_customer_product_id":172366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:35.000Z","modified_at":"2026-01-30T20:57:35.000Z","name":"Cortney Lueilwitz","mobile_number":"981-924-9683","email_id":"Valentina.Grimes68@gmail.com","dop":"2025-11-11","serial_number":"1029057094589298","imei1":"1029057094589298","imei2":"1029057094589298","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172360,"job_number":"JOB_172360","tr_customer_id":172377,"tr_customer_product_id":172367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:39.000Z","modified_at":"2026-01-30T20:57:39.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14609144636879","imei1":"14609144636879","imei2":"14609144636879","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172362,"job_number":"JOB_172362","tr_customer_id":172379,"tr_customer_product_id":172369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:41.000Z","modified_at":"2026-01-30T20:57:41.000Z","name":"Jacynthe Ortiz","mobile_number":"676-629-6647","email_id":"Jerrold.Kuphal@yahoo.com","dop":"2025-11-11","serial_number":"1034772810641743","imei1":"1034772810641743","imei2":"1034772810641743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172363,"job_number":"JOB_172363","tr_customer_id":172380,"tr_customer_product_id":172370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"16718741018070","imei1":"16718741018070","imei2":"16718741018070","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172364,"job_number":"JOB_172364","tr_customer_id":172381,"tr_customer_product_id":172371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15723408050332","imei1":"15723408050332","imei2":"15723408050332","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172367,"job_number":"JOB_172367","tr_customer_id":172384,"tr_customer_product_id":172374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Lora Corkery","mobile_number":"782-535-3003","email_id":"Avis.Bailey@yahoo.com","dop":"2025-11-11","serial_number":"1094561219867106","imei1":"1094561219867106","imei2":"1094561219867106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172368,"job_number":"JOB_172368","tr_customer_id":172385,"tr_customer_product_id":172375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Dejuan Ryan","mobile_number":"215-736-0719","email_id":"Matilda_Schinner@hotmail.com","dop":"2025-11-11","serial_number":"1062712579115908","imei1":"1062712579115908","imei2":"1062712579115908","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172369,"job_number":"JOB_172369","tr_customer_id":172386,"tr_customer_product_id":172376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:04.000Z","modified_at":"2026-01-30T21:01:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10858505714803","imei1":"10858505714803","imei2":"10858505714803","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172371,"job_number":"JOB_172371","tr_customer_id":172388,"tr_customer_product_id":172378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18801734640239","imei1":"18801734640239","imei2":"18801734640239","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172373,"job_number":"JOB_172373","tr_customer_id":172390,"tr_customer_product_id":172380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Nathanael Feest","mobile_number":"581-702-0718","email_id":"Newell.Ruecker85@gmail.com","dop":"2025-11-11","serial_number":"1019670035798362","imei1":"1019670035798362","imei2":"1019670035798362","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172374,"job_number":"JOB_172374","tr_customer_id":172391,"tr_customer_product_id":172381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:06.000Z","modified_at":"2026-01-30T21:01:06.000Z","name":"Jonatan Kovacek","mobile_number":"597-552-8367","email_id":"Shyann92@hotmail.com","dop":"2025-11-11","serial_number":"1083876705435363","imei1":"1083876705435363","imei2":"1083876705435363","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172375,"job_number":"JOB_172375","tr_customer_id":172392,"tr_customer_product_id":172382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:55.000Z","modified_at":"2026-01-30T21:01:55.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19382798276305","imei1":"19382798276305","imei2":"19382798276305","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172377,"job_number":"JOB_172377","tr_customer_id":172394,"tr_customer_product_id":172384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Jeff Daniel","mobile_number":"731-971-2313","email_id":"Citlalli_Green79@hotmail.com","dop":"2025-11-11","serial_number":"1003554905005741","imei1":"1003554905005741","imei2":"1003554905005741","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172378,"job_number":"JOB_172378","tr_customer_id":172395,"tr_customer_product_id":172385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"13390594505839","imei1":"13390594505839","imei2":"13390594505839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172380,"job_number":"JOB_172380","tr_customer_id":172397,"tr_customer_product_id":172387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:59.000Z","modified_at":"2026-01-30T21:01:59.000Z","name":"Barbara Haley","mobile_number":"701-955-7921","email_id":"Demario_Prosacco13@gmail.com","dop":"2025-11-11","serial_number":"1003013042108695","imei1":"1003013042108695","imei2":"1003013042108695","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172381,"job_number":"JOB_172381","tr_customer_id":172398,"tr_customer_product_id":172388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Braxton Hahn","mobile_number":"484-947-3413","email_id":"Jovany.Dickens@yahoo.com","dop":"2025-09-09","serial_number":"17464099579268","imei1":"17464099579268","imei2":"17464099579268","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172382,"job_number":"JOB_172382","tr_customer_id":172399,"tr_customer_product_id":172389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Jayson Waelchi","mobile_number":"676-643-1459","email_id":"Waino.Harber@hotmail.com","dop":"2025-09-09","serial_number":"10724349283095","imei1":"10724349283095","imei2":"10724349283095","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172384,"job_number":"JOB_172384","tr_customer_id":172401,"tr_customer_product_id":172391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Hallie Terry","mobile_number":"593-800-4748","email_id":"Gertrude.Wiegand@yahoo.com","dop":"2025-09-09","serial_number":"18907634480644","imei1":"18907634480644","imei2":"18907634480644","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172385,"job_number":"JOB_172385","tr_customer_id":172402,"tr_customer_product_id":172392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Kristian Brekke","mobile_number":"268-575-9871","email_id":"Angel_Ryan47@hotmail.com","dop":"2025-09-09","serial_number":"16191791754825","imei1":"16191791754825","imei2":"16191791754825","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172387,"job_number":"JOB_172387","tr_customer_id":172404,"tr_customer_product_id":172394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Nakia Gutmann","mobile_number":"327-387-8643","email_id":"Patrick61@hotmail.com","dop":"2025-09-09","serial_number":"14648421748070","imei1":"14648421748070","imei2":"14648421748070","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172388,"job_number":"JOB_172388","tr_customer_id":172405,"tr_customer_product_id":172395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Stevie Schuppe","mobile_number":"611-810-9124","email_id":"Rosina_Sipes46@gmail.com","dop":"2025-09-09","serial_number":"15884008028155","imei1":"15884008028155","imei2":"15884008028155","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172390,"job_number":"JOB_172390","tr_customer_id":172407,"tr_customer_product_id":172397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12380336231274","imei1":"12380336231274","imei2":"12380336231274","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172391,"job_number":"JOB_172391","tr_customer_id":172408,"tr_customer_product_id":172398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17623488511652","imei1":"17623488511652","imei2":"17623488511652","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172394,"job_number":"JOB_172394","tr_customer_id":172411,"tr_customer_product_id":172401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:12.000Z","modified_at":"2026-01-30T21:13:12.000Z","name":"Kiera Kilback","mobile_number":"408-323-1270","email_id":"Dino_Ziemann91@hotmail.com","dop":"2025-11-11","serial_number":"1019205191172153","imei1":"1019205191172153","imei2":"1019205191172153","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172395,"job_number":"JOB_172395","tr_customer_id":172412,"tr_customer_product_id":172402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:13.000Z","modified_at":"2026-01-30T21:13:13.000Z","name":"Maiya Gleason","mobile_number":"757-560-6669","email_id":"Ardith.Corkery@yahoo.com","dop":"2025-11-11","serial_number":"1042383906985789","imei1":"1042383906985789","imei2":"1042383906985789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172396,"job_number":"JOB_172396","tr_customer_id":172413,"tr_customer_product_id":172403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:01.000Z","modified_at":"2026-01-30T21:14:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13027163024313","imei1":"13027163024313","imei2":"13027163024313","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172398,"job_number":"JOB_172398","tr_customer_id":172415,"tr_customer_product_id":172405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:02.000Z","modified_at":"2026-01-30T21:14:02.000Z","name":"Gunnar Luettgen","mobile_number":"633-534-7660","email_id":"Frances.Harvey4@gmail.com","dop":"2025-11-11","serial_number":"1035388738758939","imei1":"1035388738758939","imei2":"1035388738758939","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172399,"job_number":"JOB_172399","tr_customer_id":172416,"tr_customer_product_id":172406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:04.000Z","modified_at":"2026-01-30T21:14:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"11458741487949","imei1":"11458741487949","imei2":"11458741487949","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172401,"job_number":"JOB_172401","tr_customer_id":172418,"tr_customer_product_id":172408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:05.000Z","modified_at":"2026-01-30T21:14:05.000Z","name":"Nona Will","mobile_number":"502-851-5507","email_id":"Lenore82@gmail.com","dop":"2025-11-11","serial_number":"1042056614309208","imei1":"1042056614309208","imei2":"1042056614309208","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172402,"job_number":"JOB_172402","tr_customer_id":172419,"tr_customer_product_id":172409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:51.000Z","modified_at":"2026-01-30T21:14:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12288884825762","imei1":"12288884825762","imei2":"12288884825762","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172404,"job_number":"JOB_172404","tr_customer_id":172421,"tr_customer_product_id":172411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:52.000Z","modified_at":"2026-01-30T21:14:52.000Z","name":"Therese Willms","mobile_number":"661-333-9335","email_id":"Xander.Bernhard@hotmail.com","dop":"2025-11-11","serial_number":"1097629552351341","imei1":"1097629552351341","imei2":"1097629552351341","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172405,"job_number":"JOB_172405","tr_customer_id":172422,"tr_customer_product_id":172412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:56.000Z","modified_at":"2026-01-30T21:14:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19109678251237","imei1":"19109678251237","imei2":"19109678251237","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172407,"job_number":"JOB_172407","tr_customer_id":172424,"tr_customer_product_id":172414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:58.000Z","modified_at":"2026-01-30T21:14:58.000Z","name":"Emmie Crona","mobile_number":"664-669-3179","email_id":"Eveline_Anderson51@yahoo.com","dop":"2025-11-11","serial_number":"1001888845285726","imei1":"1001888845285726","imei2":"1001888845285726","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172408,"job_number":"JOB_172408","tr_customer_id":172425,"tr_customer_product_id":172415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13470588689230","imei1":"13470588689230","imei2":"13470588689230","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172410,"job_number":"JOB_172410","tr_customer_id":172427,"tr_customer_product_id":172417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13218804858463","imei1":"13218804858463","imei2":"13218804858463","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172412,"job_number":"JOB_172412","tr_customer_id":172429,"tr_customer_product_id":172419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:13.000Z","modified_at":"2026-01-30T21:22:13.000Z","name":"Abbigail Bailey","mobile_number":"461-793-3369","email_id":"Kelsi_Koepp@gmail.com","dop":"2025-11-11","serial_number":"1085688234762477","imei1":"1085688234762477","imei2":"1085688234762477","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172413,"job_number":"JOB_172413","tr_customer_id":172430,"tr_customer_product_id":172420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:14.000Z","modified_at":"2026-01-30T21:22:14.000Z","name":"Vida Krajcik","mobile_number":"928-282-9786","email_id":"Cleta46@yahoo.com","dop":"2025-11-11","serial_number":"1018032639573408","imei1":"1018032639573408","imei2":"1018032639573408","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172414,"job_number":"JOB_172414","tr_customer_id":172431,"tr_customer_product_id":172421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:04.000Z","modified_at":"2026-01-30T21:23:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"17799087122617","imei1":"17799087122617","imei2":"17799087122617","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172416,"job_number":"JOB_172416","tr_customer_id":172433,"tr_customer_product_id":172423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:06.000Z","modified_at":"2026-01-30T21:23:06.000Z","name":"Jaida Stark","mobile_number":"254-728-8136","email_id":"Berniece.Lynch@yahoo.com","dop":"2025-11-11","serial_number":"1054391687208445","imei1":"1054391687208445","imei2":"1054391687208445","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172417,"job_number":"JOB_172417","tr_customer_id":172434,"tr_customer_product_id":172424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:07.000Z","modified_at":"2026-01-30T21:23:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16036877650387","imei1":"16036877650387","imei2":"16036877650387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172419,"job_number":"JOB_172419","tr_customer_id":172436,"tr_customer_product_id":172426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:09.000Z","modified_at":"2026-01-30T21:23:09.000Z","name":"Brielle Mills","mobile_number":"870-991-1282","email_id":"Kaelyn.Terry@hotmail.com","dop":"2025-11-11","serial_number":"1082594888102276","imei1":"1082594888102276","imei2":"1082594888102276","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172420,"job_number":"JOB_172420","tr_customer_id":172437,"tr_customer_product_id":172427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:56.000Z","modified_at":"2026-01-30T21:23:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10198504740506","imei1":"10198504740506","imei2":"10198504740506","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172422,"job_number":"JOB_172422","tr_customer_id":172439,"tr_customer_product_id":172429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:58.000Z","modified_at":"2026-01-30T21:23:58.000Z","name":"Elvis Brekke","mobile_number":"744-439-6832","email_id":"Matteo98@yahoo.com","dop":"2025-11-11","serial_number":"1006338842373507","imei1":"1006338842373507","imei2":"1006338842373507","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172423,"job_number":"JOB_172423","tr_customer_id":172440,"tr_customer_product_id":172430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:02.000Z","modified_at":"2026-01-30T21:24:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11921365970512","imei1":"11921365970512","imei2":"11921365970512","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172425,"job_number":"JOB_172425","tr_customer_id":172442,"tr_customer_product_id":172432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:04.000Z","modified_at":"2026-01-30T21:24:04.000Z","name":"Kylie Morissette","mobile_number":"218-266-0912","email_id":"Jonathan_Green@hotmail.com","dop":"2025-11-11","serial_number":"1010315002247731","imei1":"1010315002247731","imei2":"1010315002247731","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172426,"job_number":"JOB_172426","tr_customer_id":172443,"tr_customer_product_id":172433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14799189517485","imei1":"14799189517485","imei2":"14799189517485","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172427,"job_number":"JOB_172427","tr_customer_id":172444,"tr_customer_product_id":172434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13403494756602","imei1":"13403494756602","imei2":"13403494756602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172430,"job_number":"JOB_172430","tr_customer_id":172447,"tr_customer_product_id":172437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:14.000Z","modified_at":"2026-01-30T21:30:14.000Z","name":"Joany Heaney","mobile_number":"645-876-6200","email_id":"Danny.Wuckert17@hotmail.com","dop":"2025-11-11","serial_number":"1045723498591120","imei1":"1045723498591120","imei2":"1045723498591120","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172431,"job_number":"JOB_172431","tr_customer_id":172448,"tr_customer_product_id":172438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:15.000Z","modified_at":"2026-01-30T21:30:15.000Z","name":"Bret Kohler","mobile_number":"667-786-6846","email_id":"Shanna_Leuschke@yahoo.com","dop":"2025-11-11","serial_number":"1016707697266723","imei1":"1016707697266723","imei2":"1016707697266723","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172432,"job_number":"JOB_172432","tr_customer_id":172449,"tr_customer_product_id":172439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:06.000Z","modified_at":"2026-01-30T21:31:06.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19160682946648","imei1":"19160682946648","imei2":"19160682946648","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172434,"job_number":"JOB_172434","tr_customer_id":172451,"tr_customer_product_id":172441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:07.000Z","modified_at":"2026-01-30T21:31:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16993675172270","imei1":"16993675172270","imei2":"16993675172270","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172436,"job_number":"JOB_172436","tr_customer_id":172453,"tr_customer_product_id":172443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:08.000Z","modified_at":"2026-01-30T21:31:08.000Z","name":"Krista Gislason","mobile_number":"681-531-9580","email_id":"Eloy.Boehm7@hotmail.com","dop":"2025-11-11","serial_number":"1070433839883737","imei1":"1070433839883737","imei2":"1070433839883737","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172437,"job_number":"JOB_172437","tr_customer_id":172454,"tr_customer_product_id":172444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:09.000Z","modified_at":"2026-01-30T21:31:09.000Z","name":"Rosemarie Sanford","mobile_number":"880-253-0656","email_id":"Layne.Klein@yahoo.com","dop":"2025-11-11","serial_number":"1015275517496839","imei1":"1015275517496839","imei2":"1015275517496839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172438,"job_number":"JOB_172438","tr_customer_id":172455,"tr_customer_product_id":172445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:00.000Z","modified_at":"2026-01-30T21:32:00.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12247041133689","imei1":"12247041133689","imei2":"12247041133689","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172440,"job_number":"JOB_172440","tr_customer_id":172457,"tr_customer_product_id":172447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:01.000Z","modified_at":"2026-01-30T21:32:01.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14514539913713","imei1":"14514539913713","imei2":"14514539913713","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172442,"job_number":"JOB_172442","tr_customer_id":172459,"tr_customer_product_id":172449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:02.000Z","modified_at":"2026-01-30T21:32:02.000Z","name":"Brando Johns","mobile_number":"651-332-0226","email_id":"Sadye.Heathcote18@yahoo.com","dop":"2025-11-11","serial_number":"1059524821709621","imei1":"1059524821709621","imei2":"1059524821709621","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172443,"job_number":"JOB_172443","tr_customer_id":172460,"tr_customer_product_id":172450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:03.000Z","modified_at":"2026-01-30T21:32:03.000Z","name":"Demetris Hudson","mobile_number":"703-434-8518","email_id":"Marilou78@hotmail.com","dop":"2025-11-11","serial_number":"1062883942937743","imei1":"1062883942937743","imei2":"1062883942937743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172444,"job_number":"JOB_172444","tr_customer_id":172461,"tr_customer_product_id":172451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17005653684316","imei1":"17005653684316","imei2":"17005653684316","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172445,"job_number":"JOB_172445","tr_customer_id":172462,"tr_customer_product_id":172452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13491607371938","imei1":"13491607371938","imei2":"13491607371938","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172448,"job_number":"JOB_172448","tr_customer_id":172465,"tr_customer_product_id":172455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Americo Mayer","mobile_number":"786-863-6481","email_id":"Nicholaus96@yahoo.com","dop":"2025-11-11","serial_number":"1000063185889683","imei1":"1000063185889683","imei2":"1000063185889683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172449,"job_number":"JOB_172449","tr_customer_id":172466,"tr_customer_product_id":172456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Carmen Ratke","mobile_number":"343-844-2520","email_id":"Carter.Mertz@hotmail.com","dop":"2025-11-11","serial_number":"1012684883505661","imei1":"1012684883505661","imei2":"1012684883505661","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172450,"job_number":"JOB_172450","tr_customer_id":172467,"tr_customer_product_id":172457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16971904227788","imei1":"16971904227788","imei2":"16971904227788","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172452,"job_number":"JOB_172452","tr_customer_id":172469,"tr_customer_product_id":172459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10685521963586","imei1":"10685521963586","imei2":"10685521963586","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172454,"job_number":"JOB_172454","tr_customer_id":172471,"tr_customer_product_id":172461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:03.000Z","modified_at":"2026-01-30T21:37:03.000Z","name":"Kamren Ankunding","mobile_number":"769-375-7001","email_id":"Florencio_Harber@hotmail.com","dop":"2025-11-11","serial_number":"1019664931892131","imei1":"1019664931892131","imei2":"1019664931892131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172455,"job_number":"JOB_172455","tr_customer_id":172472,"tr_customer_product_id":172462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:04.000Z","modified_at":"2026-01-30T21:37:04.000Z","name":"Charles Keeling","mobile_number":"981-697-6665","email_id":"Maximillian84@gmail.com","dop":"2025-11-11","serial_number":"1055290347598683","imei1":"1055290347598683","imei2":"1055290347598683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172456,"job_number":"JOB_172456","tr_customer_id":172473,"tr_customer_product_id":172463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:51.000Z","modified_at":"2026-01-30T21:37:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12945046489602","imei1":"12945046489602","imei2":"12945046489602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172458,"job_number":"JOB_172458","tr_customer_id":172475,"tr_customer_product_id":172465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Bettye Schaden","mobile_number":"997-691-5503","email_id":"Kristopher.Toy@hotmail.com","dop":"2025-11-11","serial_number":"1070289095312015","imei1":"1070289095312015","imei2":"1070289095312015","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172459,"job_number":"JOB_172459","tr_customer_id":172476,"tr_customer_product_id":172466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"18293319264389","imei1":"18293319264389","imei2":"18293319264389","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172461,"job_number":"JOB_172461","tr_customer_id":172478,"tr_customer_product_id":172468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:55.000Z","modified_at":"2026-01-30T21:37:55.000Z","name":"Dee Murazik","mobile_number":"706-423-7190","email_id":"Alanis44@gmail.com","dop":"2025-11-11","serial_number":"1026694531423850","imei1":"1026694531423850","imei2":"1026694531423850","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172462,"job_number":"JOB_172462","tr_customer_id":172479,"tr_customer_product_id":172469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"10973495322913","imei1":"10973495322913","imei2":"10973495322913","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172463,"job_number":"JOB_172463","tr_customer_id":172480,"tr_customer_product_id":172470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15893723864107","imei1":"15893723864107","imei2":"15893723864107","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172466,"job_number":"JOB_172466","tr_customer_id":172483,"tr_customer_product_id":172473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:12.000Z","modified_at":"2026-01-30T21:40:12.000Z","name":"Lyla Bailey","mobile_number":"366-914-4691","email_id":"Janie.Keeling@hotmail.com","dop":"2025-11-11","serial_number":"1081559480008277","imei1":"1081559480008277","imei2":"1081559480008277","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172467,"job_number":"JOB_172467","tr_customer_id":172484,"tr_customer_product_id":172474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:13.000Z","modified_at":"2026-01-30T21:40:13.000Z","name":"Elnora Aufderhar","mobile_number":"690-479-0121","email_id":"Tyson_Kertzmann@gmail.com","dop":"2025-11-11","serial_number":"1038840095214232","imei1":"1038840095214232","imei2":"1038840095214232","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172468,"job_number":"JOB_172468","tr_customer_id":172485,"tr_customer_product_id":172475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:01.000Z","modified_at":"2026-01-30T21:41:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13710119597372","imei1":"13710119597372","imei2":"13710119597372","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172470,"job_number":"JOB_172470","tr_customer_id":172487,"tr_customer_product_id":172477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:03.000Z","modified_at":"2026-01-30T21:41:03.000Z","name":"Kyler Fadel","mobile_number":"581-995-7875","email_id":"Libbie82@yahoo.com","dop":"2025-11-11","serial_number":"1034173842967338","imei1":"1034173842967338","imei2":"1034173842967338","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172471,"job_number":"JOB_172471","tr_customer_id":172488,"tr_customer_product_id":172478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:04.000Z","modified_at":"2026-01-30T21:41:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15109978046538","imei1":"15109978046538","imei2":"15109978046538","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172473,"job_number":"JOB_172473","tr_customer_id":172490,"tr_customer_product_id":172480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:06.000Z","modified_at":"2026-01-30T21:41:06.000Z","name":"Bryce Sanford","mobile_number":"795-252-6990","email_id":"Vernie.Daugherty@gmail.com","dop":"2025-11-11","serial_number":"1028638921414980","imei1":"1028638921414980","imei2":"1028638921414980","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172474,"job_number":"JOB_172474","tr_customer_id":172491,"tr_customer_product_id":172481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:51.000Z","modified_at":"2026-01-30T21:41:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11082471020799","imei1":"11082471020799","imei2":"11082471020799","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172476,"job_number":"JOB_172476","tr_customer_id":172493,"tr_customer_product_id":172483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:53.000Z","modified_at":"2026-01-30T21:41:53.000Z","name":"Ali Reichel","mobile_number":"849-668-0008","email_id":"Johanna.Farrell42@hotmail.com","dop":"2025-11-11","serial_number":"1028378663737736","imei1":"1028378663737736","imei2":"1028378663737736","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172477,"job_number":"JOB_172477","tr_customer_id":172494,"tr_customer_product_id":172484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:57.000Z","modified_at":"2026-01-30T21:41:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14858381830422","imei1":"14858381830422","imei2":"14858381830422","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172479,"job_number":"JOB_172479","tr_customer_id":172496,"tr_customer_product_id":172486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:59.000Z","modified_at":"2026-01-30T21:41:59.000Z","name":"Layla Armstrong","mobile_number":"442-259-3691","email_id":"Damon56@gmail.com","dop":"2025-11-11","serial_number":"1045705744493742","imei1":"1045705744493742","imei2":"1045705744493742","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172480,"job_number":"JOB_172480","tr_customer_id":172497,"tr_customer_product_id":172487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:05.000Z","modified_at":"2026-01-30T23:45:05.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-20T23:45:05.112763470Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172481,"job_number":"JOB_172481","tr_customer_id":172498,"tr_customer_product_id":172488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:06.000Z","modified_at":"2026-01-30T23:45:06.000Z","name":"Deependra Butt","mobile_number":"7071457248","email_id":"ameyatma.chaturvedi@gmail.com","dop":"2026-01-20","serial_number":"668187475715156","imei1":"668187475715156","imei2":"668187475715156","popurl":"www.amarnath-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172482,"job_number":"JOB_172482","tr_customer_id":172499,"tr_customer_product_id":172489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:47:30.000Z","modified_at":"2026-01-30T23:47:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-20T23:47:30.012228242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:47.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172087,"job_number":"JOB_172087","tr_customer_id":172104,"tr_customer_product_id":172094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:17.000Z","modified_at":"2026-01-30T20:07:17.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Soledad_Larkin3@hotmail.com","dop":"2025-07-02","serial_number":"12225525954316","imei1":"12225525954316","imei2":"12225525954316","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d28b42e5-a9b7-4f23-80f3-9e5a11d0c981 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151330,"engineer_id":2}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d94eda06-6859-4ae4-9c37-46e030d2fb1a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"job_id": 172512,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODh9.pdY1CB7Gp0nKahymQopHnqvQjTT7LSvagL3AlvIwzas |
| Connection | keep-alive |
| If-None-Match | W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6b2abc99-56ee-48a6-9052-24b45a2e1f5e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"50d5c-dyqDrRM0tP1zoPZxTqbmzJe5DBA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172088,"job_number":"JOB_172088","tr_customer_id":172105,"tr_customer_product_id":172095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:23.000Z","modified_at":"2026-01-30T20:07:23.000Z","name":"Paramartha Panicker","mobile_number":"9638538681","email_id":"minakshi.nayar@gmail.com","dop":"2026-01-21","serial_number":"42173866545359","imei1":"42173866545359","imei2":"42173866545359","popurl":"www.chandni-mehra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172089,"job_number":"JOB_172089","tr_customer_id":172106,"tr_customer_product_id":172096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Deontae Jaskolski","mobile_number":"412-730-5442","email_id":"Seth72@hotmail.com","dop":"2025-09-09","serial_number":"17487191592236","imei1":"17487191592236","imei2":"17487191592236","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172090,"job_number":"JOB_172090","tr_customer_id":172107,"tr_customer_product_id":172097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Jerad Carter","mobile_number":"941-631-9761","email_id":"Lewis_Grant@hotmail.com","dop":"2025-09-09","serial_number":"15843514646085","imei1":"15843514646085","imei2":"15843514646085","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172092,"job_number":"JOB_172092","tr_customer_id":172109,"tr_customer_product_id":172099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Chaim Orn","mobile_number":"681-436-5011","email_id":"Crystel.OKeefe59@yahoo.com","dop":"2025-09-09","serial_number":"18100781238109","imei1":"18100781238109","imei2":"18100781238109","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172093,"job_number":"JOB_172093","tr_customer_id":172110,"tr_customer_product_id":172100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Linwood Swift","mobile_number":"956-838-6893","email_id":"George.Jenkins@yahoo.com","dop":"2025-09-09","serial_number":"15265346979489","imei1":"15265346979489","imei2":"15265346979489","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172095,"job_number":"JOB_172095","tr_customer_id":172112,"tr_customer_product_id":172102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Braeden Johnston","mobile_number":"938-446-9069","email_id":"Izabella_Hermann89@gmail.com","dop":"2025-09-09","serial_number":"19219071546262","imei1":"19219071546262","imei2":"19219071546262","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172096,"job_number":"JOB_172096","tr_customer_id":172113,"tr_customer_product_id":172103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Autumn Tillman","mobile_number":"258-665-7285","email_id":"Amie61@gmail.com","dop":"2025-09-09","serial_number":"14633689500051","imei1":"14633689500051","imei2":"14633689500051","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172098,"job_number":"JOB_172098","tr_customer_id":172115,"tr_customer_product_id":172105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Jagmeet Adiga","mobile_number":"9923534746","email_id":"charumati.mehra@yahoo.co.in","dop":"2026-01-21","serial_number":"20049842989654","imei1":"20049842989654","imei2":"20049842989654","popurl":"www.vidhur-dhawan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172099,"job_number":"JOB_172099","tr_customer_id":172116,"tr_customer_product_id":172106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Shubhaprada Ahuja","mobile_number":"9687123714","email_id":"chinmayanand.joshi@yahoo.co.in","dop":"2026-01-21","serial_number":"31459086180514","imei1":"31459086180514","imei2":"31459086180514","popurl":"www.diptendu-chaturvedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172100,"job_number":"JOB_172100","tr_customer_id":172117,"tr_customer_product_id":172107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Rohana Sinha","mobile_number":"9609256942","email_id":"shresthi.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"69884065036622","imei1":"69884065036622","imei2":"69884065036622","popurl":"www.shakti-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172101,"job_number":"JOB_172101","tr_customer_id":172118,"tr_customer_product_id":172108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Suresh Gill","mobile_number":"9982804417","email_id":"prayag.desai@gmail.com","dop":"2026-01-21","serial_number":"91971265105814","imei1":"91971265105814","imei2":"91971265105814","popurl":"www.gopi-achari.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172102,"job_number":"JOB_172102","tr_customer_id":172119,"tr_customer_product_id":172109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Agniprava Bhat","mobile_number":"9520056788","email_id":"sloka.dutta@yahoo.co.in","dop":"2026-01-21","serial_number":"11713024954620","imei1":"11713024954620","imei2":"11713024954620","popurl":"www.jitender-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172103,"job_number":"JOB_172103","tr_customer_id":172120,"tr_customer_product_id":172110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Anilaabh Trivedi","mobile_number":"9383135960","email_id":"ananta.guneta@hotmail.com","dop":"2026-01-21","serial_number":"58990575976000","imei1":"58990575976000","imei2":"58990575976000","popurl":"www.bhaswar-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172104,"job_number":"JOB_172104","tr_customer_id":172121,"tr_customer_product_id":172111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Gita Abbott","mobile_number":"9519015517","email_id":"deevakar.patil@yahoo.co.in","dop":"2026-01-21","serial_number":"16933727488809","imei1":"16933727488809","imei2":"16933727488809","popurl":"www.adhiraj-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172105,"job_number":"JOB_172105","tr_customer_id":172122,"tr_customer_product_id":172112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Harinarayan Kapoor","mobile_number":"9040523473","email_id":"ekdant.bharadwaj@yahoo.co.in","dop":"2026-01-21","serial_number":"71236426118809","imei1":"71236426118809","imei2":"71236426118809","popurl":"www.divjot-acharya.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172106,"job_number":"JOB_172106","tr_customer_id":172123,"tr_customer_product_id":172113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Jahnu Shah","mobile_number":"9328598220","email_id":"umang.kapoor@hotmail.com","dop":"2026-01-21","serial_number":"58100371873145","imei1":"58100371873145","imei2":"58100371873145","popurl":"www.bhooshan-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172107,"job_number":"JOB_172107","tr_customer_id":172124,"tr_customer_product_id":172114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:54.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Abhaya Somayaji","mobile_number":"9762644275","email_id":"anagh.jha@hotmail.com","dop":"2026-01-21","serial_number":"85162660112231","imei1":"85162660112231","imei2":"85162660112231","popurl":"www.trilochana-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172108,"job_number":"JOB_172108","tr_customer_id":172125,"tr_customer_product_id":172115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Dinesh Mukhopadhyay","mobile_number":"9276744612","email_id":"daksha.marar@yahoo.co.in","dop":"2026-01-21","serial_number":"30886075018822","imei1":"30886075018822","imei2":"30886075018822","popurl":"www.lai-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172109,"job_number":"JOB_172109","tr_customer_id":172126,"tr_customer_product_id":172116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhavani Saini","mobile_number":"9214866946","email_id":"ambar.nair@gmail.com","dop":"2026-01-21","serial_number":"38130786068858","imei1":"38130786068858","imei2":"38130786068858","popurl":"www.dev-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172110,"job_number":"JOB_172110","tr_customer_id":172127,"tr_customer_product_id":172117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhaanumati Bharadwaj","mobile_number":"9545596634","email_id":"rakesh.panicker@gmail.com","dop":"2026-01-21","serial_number":"37082793557698","imei1":"37082793557698","imei2":"37082793557698","popurl":"www.chandani-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172111,"job_number":"JOB_172111","tr_customer_id":172128,"tr_customer_product_id":172118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Baala Agarwal","mobile_number":"9403844816","email_id":"anjali.devar@yahoo.co.in","dop":"2026-01-21","serial_number":"03485339678306","imei1":"03485339678306","imei2":"03485339678306","popurl":"www.trisha-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172113,"job_number":"JOB_172113","tr_customer_id":172130,"tr_customer_product_id":172120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Chandravati Tagore","mobile_number":"9589323066","email_id":"brahmabrata.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"05718428035637","imei1":"05718428035637","imei2":"05718428035637","popurl":"www.atmananda-agarwal.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172114,"job_number":"JOB_172114","tr_customer_id":172131,"tr_customer_product_id":172121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Drona Nayar","mobile_number":"9191687356","email_id":"bandhul.khatri@hotmail.com","dop":"2026-01-21","serial_number":"65246410899430","imei1":"65246410899430","imei2":"65246410899430","popurl":"www.tejas-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172115,"job_number":"JOB_172115","tr_customer_id":172132,"tr_customer_product_id":172122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Pranay Butt","mobile_number":"9050974722","email_id":"brahmabrata.kakkar@gmail.com","dop":"2026-01-21","serial_number":"65217361590561","imei1":"65217361590561","imei2":"65217361590561","popurl":"www.anaadi-achari.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172116,"job_number":"JOB_172116","tr_customer_id":172133,"tr_customer_product_id":172123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Aaratrika Menon","mobile_number":"9968179183","email_id":"bhagwanti.chattopadhyay@hotmail.com","dop":"2026-01-21","serial_number":"83528921934503","imei1":"83528921934503","imei2":"83528921934503","popurl":"www.manik-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172117,"job_number":"JOB_172117","tr_customer_id":172134,"tr_customer_product_id":172124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Sudeva Sinha","mobile_number":"9162167490","email_id":"shwet.bhattacharya@yahoo.co.in","dop":"2026-01-21","serial_number":"42815062850287","imei1":"42815062850287","imei2":"42815062850287","popurl":"www.amrita-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172118,"job_number":"JOB_172118","tr_customer_id":172135,"tr_customer_product_id":172125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Deenabandhu Desai","mobile_number":"9036496917","email_id":"kailash.jain@hotmail.com","dop":"2026-01-21","serial_number":"44941087297112","imei1":"44941087297112","imei2":"44941087297112","popurl":"www.dipankar-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172119,"job_number":"JOB_172119","tr_customer_id":172136,"tr_customer_product_id":172126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Rohit Chattopadhyay","mobile_number":"9044745815","email_id":"kashyapi.pothuvaal@hotmail.com","dop":"2026-01-21","serial_number":"15442620243223","imei1":"15442620243223","imei2":"15442620243223","popurl":"www.adhiraj-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172120,"job_number":"JOB_172120","tr_customer_id":172137,"tr_customer_product_id":172127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Gatik Mehrotra","mobile_number":"9406212150","email_id":"dharani.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"99753802233250","imei1":"99753802233250","imei2":"99753802233250","popurl":"www.garuda-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172122,"job_number":"JOB_172122","tr_customer_id":172139,"tr_customer_product_id":172129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dharmaketu Asan","mobile_number":"9258158661","email_id":"chandira.dubashi@gmail.com","dop":"2026-01-21","serial_number":"38015642851765","imei1":"38015642851765","imei2":"38015642851765","popurl":"www.pushti-patil.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172123,"job_number":"JOB_172123","tr_customer_id":172140,"tr_customer_product_id":172130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rajinder Singh","mobile_number":"9747207727","email_id":"asha.saini@hotmail.com","dop":"2026-01-21","serial_number":"61773645565565","imei1":"61773645565565","imei2":"61773645565565","popurl":"www.baijayanti-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172125,"job_number":"JOB_172125","tr_customer_id":172142,"tr_customer_product_id":172132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tushar Shukla","mobile_number":"9927119308","email_id":"girish.malik@hotmail.com","dop":"2026-01-21","serial_number":"21741910409620","imei1":"21741910409620","imei2":"21741910409620","popurl":"www.bhilangana-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172126,"job_number":"JOB_172126","tr_customer_id":172143,"tr_customer_product_id":172133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dulari Nehru","mobile_number":"9038350295","email_id":"jitender.jha@hotmail.com","dop":"2026-01-21","serial_number":"39275586928240","imei1":"39275586928240","imei2":"39275586928240","popurl":"www.bhasvan-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172127,"job_number":"JOB_172127","tr_customer_id":172144,"tr_customer_product_id":172134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tanushri Embranthiri","mobile_number":"9809040713","email_id":"chetan.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"76869343568844","imei1":"76869343568844","imei2":"76869343568844","popurl":"www.diksha-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172129,"job_number":"JOB_172129","tr_customer_id":172146,"tr_customer_product_id":172136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rohan Pilla","mobile_number":"9629358891","email_id":"adripathi.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"56195657003023","imei1":"56195657003023","imei2":"56195657003023","popurl":"www.draupadi-pandey.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172130,"job_number":"JOB_172130","tr_customer_id":172147,"tr_customer_product_id":172137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Narinder Sethi","mobile_number":"9834302884","email_id":"achalesvara.mehra@hotmail.com","dop":"2026-01-21","serial_number":"97755871571579","imei1":"97755871571579","imei2":"97755871571579","popurl":"www.chandradev-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172132,"job_number":"JOB_172132","tr_customer_id":172149,"tr_customer_product_id":172139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rageswari Dubashi","mobile_number":"9400344510","email_id":"menka.asan@gmail.com","dop":"2026-01-21","serial_number":"05293696947247","imei1":"05293696947247","imei2":"05293696947247","popurl":"www.bhagwanti-ahluwalia.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172133,"job_number":"JOB_172133","tr_customer_id":172150,"tr_customer_product_id":172140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Sushil Menon","mobile_number":"9872525129","email_id":"ranjit.reddy@gmail.com","dop":"2026-01-21","serial_number":"72985551186766","imei1":"72985551186766","imei2":"72985551186766","popurl":"www.achyut-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172134,"job_number":"JOB_172134","tr_customer_id":172151,"tr_customer_product_id":172141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Giri Nair","mobile_number":"9561524080","email_id":"chaanakya.kaul@yahoo.co.in","dop":"2026-01-21","serial_number":"25249007451480","imei1":"25249007451480","imei2":"25249007451480","popurl":"www.shakti-bandopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172135,"job_number":"JOB_172135","tr_customer_id":172152,"tr_customer_product_id":172142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Bhagavaan Panicker","mobile_number":"9362922300","email_id":"bilwa.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"48670860149450","imei1":"48670860149450","imei2":"48670860149450","popurl":"www.deven-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172136,"job_number":"JOB_172136","tr_customer_id":172153,"tr_customer_product_id":172143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Balagopal Mishra","mobile_number":"9472068553","email_id":"bhisham.sethi@yahoo.co.in","dop":"2026-01-21","serial_number":"67627404929279","imei1":"67627404929279","imei2":"67627404929279","popurl":"www.sher-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172137,"job_number":"JOB_172137","tr_customer_id":172154,"tr_customer_product_id":172144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Jaya Ganaka","mobile_number":"9435698175","email_id":"baalaaditya.menon@yahoo.co.in","dop":"2026-01-21","serial_number":"39503159081337","imei1":"39503159081337","imei2":"39503159081337","popurl":"www.naval-sharma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172138,"job_number":"JOB_172138","tr_customer_id":172155,"tr_customer_product_id":172145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Manik Pothuvaal","mobile_number":"9552700881","email_id":"bhooshan.sinha@hotmail.com","dop":"2026-01-21","serial_number":"48328837137420","imei1":"48328837137420","imei2":"48328837137420","popurl":"www.sher-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172140,"job_number":"JOB_172140","tr_customer_id":172157,"tr_customer_product_id":172147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Dwaipayan Singh","mobile_number":"9397608583","email_id":"jagathi.singh@gmail.com","dop":"2026-01-21","serial_number":"23400709927514","imei1":"23400709927514","imei2":"23400709927514","popurl":"www.ranjit-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172142,"job_number":"JOB_172142","tr_customer_id":172159,"tr_customer_product_id":172149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Kamla Ahuja","mobile_number":"9123844307","email_id":"brajesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"14307912361229","imei1":"14307912361229","imei2":"14307912361229","popurl":"www.ayushmati-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172143,"job_number":"JOB_172143","tr_customer_id":172160,"tr_customer_product_id":172150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amarnath Khatri","mobile_number":"9090248071","email_id":"prem.acharya@hotmail.com","dop":"2026-01-21","serial_number":"88080015267681","imei1":"88080015267681","imei2":"88080015267681","popurl":"www.kama-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172144,"job_number":"JOB_172144","tr_customer_id":172161,"tr_customer_product_id":172151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Baidehi Reddy","mobile_number":"9247722309","email_id":"bhooshit.kaul@hotmail.com","dop":"2026-01-21","serial_number":"30785377076931","imei1":"30785377076931","imei2":"30785377076931","popurl":"www.pushti-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172145,"job_number":"JOB_172145","tr_customer_id":172162,"tr_customer_product_id":172152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amrita Achari","mobile_number":"9370379293","email_id":"anilabh.achari@gmail.com","dop":"2026-01-21","serial_number":"20380715263538","imei1":"20380715263538","imei2":"20380715263538","popurl":"www.mahesh-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172146,"job_number":"JOB_172146","tr_customer_id":172163,"tr_customer_product_id":172153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Bhardwaj Prajapat","mobile_number":"9276693823","email_id":"bhagwati.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"74769407112890","imei1":"74769407112890","imei2":"74769407112890","popurl":"www.aayushmaan-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172147,"job_number":"JOB_172147","tr_customer_id":172164,"tr_customer_product_id":172154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Devika Guneta","mobile_number":"9683320287","email_id":"kanaka.dhawan@gmail.com","dop":"2026-01-21","serial_number":"28463357278713","imei1":"28463357278713","imei2":"28463357278713","popurl":"www.urmila-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172148,"job_number":"JOB_172148","tr_customer_id":172165,"tr_customer_product_id":172155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Garud Sharma","mobile_number":"9826210786","email_id":"balgopal.ahuja@gmail.com","dop":"2026-01-21","serial_number":"58320378315328","imei1":"58320378315328","imei2":"58320378315328","popurl":"www.deveshwar-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172149,"job_number":"JOB_172149","tr_customer_id":172166,"tr_customer_product_id":172156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Kamlesh Nambeesan","mobile_number":"9571031714","email_id":"girja.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"76574151337483","imei1":"76574151337483","imei2":"76574151337483","popurl":"www.daiwik-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172151,"job_number":"JOB_172151","tr_customer_id":172168,"tr_customer_product_id":172158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Samir Chattopadhyay","mobile_number":"9406334142","email_id":"atmananda.saini@hotmail.com","dop":"2026-01-21","serial_number":"06907667110038","imei1":"06907667110038","imei2":"06907667110038","popurl":"www.minakshi-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172152,"job_number":"JOB_172152","tr_customer_id":172169,"tr_customer_product_id":172159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Bhupen Somayaji","mobile_number":"9828413526","email_id":"sanjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"21911814409204","imei1":"21911814409204","imei2":"21911814409204","popurl":"www.avani-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172154,"job_number":"JOB_172154","tr_customer_id":172171,"tr_customer_product_id":172161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chandra Tagore","mobile_number":"9282196326","email_id":"dhyaneshwar.guneta@hotmail.com","dop":"2026-01-21","serial_number":"40037908951257","imei1":"40037908951257","imei2":"40037908951257","popurl":"www.chidaatma-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172155,"job_number":"JOB_172155","tr_customer_id":172172,"tr_customer_product_id":172162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Uma Arora","mobile_number":"9476564032","email_id":"chidambaram.tagore@gmail.com","dop":"2026-01-21","serial_number":"68990895641704","imei1":"68990895641704","imei2":"68990895641704","popurl":"www.sucheta-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172156,"job_number":"JOB_172156","tr_customer_id":172173,"tr_customer_product_id":172163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chitrangada Patel","mobile_number":"9909332621","email_id":"dandapaani.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"91167544797495","imei1":"91167544797495","imei2":"91167544797495","popurl":"www.chandran-kaniyar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172157,"job_number":"JOB_172157","tr_customer_id":172174,"tr_customer_product_id":172164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Vishnu Jha","mobile_number":"9698443820","email_id":"manoj.mahajan@hotmail.com","dop":"2026-01-21","serial_number":"68743232382050","imei1":"68743232382050","imei2":"68743232382050","popurl":"www.kali-kaul.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172158,"job_number":"JOB_172158","tr_customer_id":172175,"tr_customer_product_id":172165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Indra Namboothiri","mobile_number":"9024687617","email_id":"soma.dutta@hotmail.com","dop":"2026-01-21","serial_number":"26963206017347","imei1":"26963206017347","imei2":"26963206017347","popurl":"www.dulari-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172159,"job_number":"JOB_172159","tr_customer_id":172176,"tr_customer_product_id":172166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Gauraang Namboothiri","mobile_number":"9414096407","email_id":"tarun.prajapat@gmail.com","dop":"2026-01-21","serial_number":"49884237123736","imei1":"49884237123736","imei2":"49884237123736","popurl":"www.meghnath-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172160,"job_number":"JOB_172160","tr_customer_id":172177,"tr_customer_product_id":172167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Agasti Singh","mobile_number":"9690145112","email_id":"chidaakaash.namboothiri@hotmail.com","dop":"2026-01-21","serial_number":"65298665423073","imei1":"65298665423073","imei2":"65298665423073","popurl":"www.dulari-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172161,"job_number":"JOB_172161","tr_customer_id":172178,"tr_customer_product_id":172168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhagwati Mehra","mobile_number":"9447357516","email_id":"gitanjali.talwar@yahoo.co.in","dop":"2026-01-21","serial_number":"90854106806549","imei1":"90854106806549","imei2":"90854106806549","popurl":"www.vishwamitra-kaur.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172162,"job_number":"JOB_172162","tr_customer_id":172179,"tr_customer_product_id":172169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Girija Verma","mobile_number":"9602585273","email_id":"kashyapi.embranthiri@yahoo.co.in","dop":"2026-01-21","serial_number":"18048843813740","imei1":"18048843813740","imei2":"18048843813740","popurl":"www.sarisha-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172163,"job_number":"JOB_172163","tr_customer_id":172180,"tr_customer_product_id":172170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Nirbhay Prajapat","mobile_number":"9983076031","email_id":"acharyanandana.agarwal@gmail.com","dop":"2026-01-21","serial_number":"33146266105000","imei1":"33146266105000","imei2":"33146266105000","popurl":"www.harit-chopra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172164,"job_number":"JOB_172164","tr_customer_id":172181,"tr_customer_product_id":172171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Kamalesh Nair","mobile_number":"9450740067","email_id":"sarvin.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"13162052001178","imei1":"13162052001178","imei2":"13162052001178","popurl":"www.abani-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172165,"job_number":"JOB_172165","tr_customer_id":172182,"tr_customer_product_id":172172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Chandraketu Khanna","mobile_number":"9122481690","email_id":"gayatri.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"05546579127590","imei1":"05546579127590","imei2":"05546579127590","popurl":"www.aanandaswarup-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172167,"job_number":"JOB_172167","tr_customer_id":172184,"tr_customer_product_id":172174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhupati Khatri","mobile_number":"9302780198","email_id":"deepan.nair@hotmail.com","dop":"2026-01-21","serial_number":"50995457303075","imei1":"50995457303075","imei2":"50995457303075","popurl":"www.dhruv-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172170,"job_number":"JOB_172170","tr_customer_id":172187,"tr_customer_product_id":172177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Ankal Nehru","mobile_number":"9448742685","email_id":"navin.khan@gmail.com","dop":"2026-01-21","serial_number":"75113274059093","imei1":"75113274059093","imei2":"75113274059093","popurl":"www.aasa-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172171,"job_number":"JOB_172171","tr_customer_id":172188,"tr_customer_product_id":172178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Deb Bhattathiri","mobile_number":"9980740256","email_id":"aadi.nair@yahoo.co.in","dop":"2026-01-21","serial_number":"01592207859961","imei1":"01592207859961","imei2":"01592207859961","popurl":"www.rageswari-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172172,"job_number":"JOB_172172","tr_customer_id":172189,"tr_customer_product_id":172179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Chapal Agarwal","mobile_number":"9092348633","email_id":"dandapaani.bhat@hotmail.com","dop":"2026-01-21","serial_number":"82393337501622","imei1":"82393337501622","imei2":"82393337501622","popurl":"www.bhupati-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172173,"job_number":"JOB_172173","tr_customer_id":172190,"tr_customer_product_id":172180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Anal Nehru","mobile_number":"9622382709","email_id":"gajabahu.tagore@hotmail.com","dop":"2026-01-21","serial_number":"94944055892893","imei1":"94944055892893","imei2":"94944055892893","popurl":"www.shashi-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172175,"job_number":"JOB_172175","tr_customer_id":172192,"tr_customer_product_id":172182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Lavanya Dubashi","mobile_number":"9121838009","email_id":"akshaj.joshi@gmail.com","dop":"2026-01-21","serial_number":"78500931463017","imei1":"78500931463017","imei2":"78500931463017","popurl":"www.adhiraj-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172177,"job_number":"JOB_172177","tr_customer_id":172194,"tr_customer_product_id":172184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gauraang Trivedi","mobile_number":"9452975786","email_id":"nanda.khanna@gmail.com","dop":"2026-01-21","serial_number":"60163715427998","imei1":"60163715427998","imei2":"60163715427998","popurl":"www.bhagwanti-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172178,"job_number":"JOB_172178","tr_customer_id":172195,"tr_customer_product_id":172185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gati Nambeesan","mobile_number":"9881290022","email_id":"dhara.dhawan@gmail.com","dop":"2026-01-21","serial_number":"12163654214251","imei1":"12163654214251","imei2":"12163654214251","popurl":"www.preity-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172179,"job_number":"JOB_172179","tr_customer_id":172196,"tr_customer_product_id":172186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Shashi Panicker","mobile_number":"9898053351","email_id":"anang.singh@yahoo.co.in","dop":"2026-01-21","serial_number":"05654235389567","imei1":"05654235389567","imei2":"05654235389567","popurl":"www.sloka-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172181,"job_number":"JOB_172181","tr_customer_id":172198,"tr_customer_product_id":172188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Bahula Banerjee","mobile_number":"9832900663","email_id":"kalpana.nambeesan@hotmail.com","dop":"2026-01-21","serial_number":"23791424302436","imei1":"23791424302436","imei2":"23791424302436","popurl":"www.lakshmidhar-gandhi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172182,"job_number":"JOB_172182","tr_customer_id":172199,"tr_customer_product_id":172189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Mayoor Johar","mobile_number":"9486443310","email_id":"avadhesh.acharya@gmail.com","dop":"2026-01-21","serial_number":"41854114889991","imei1":"41854114889991","imei2":"41854114889991","popurl":"www.chitrangada-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172183,"job_number":"JOB_172183","tr_customer_id":172200,"tr_customer_product_id":172190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Somu Guneta","mobile_number":"9701133698","email_id":"menaka.guneta@yahoo.co.in","dop":"2026-01-21","serial_number":"08266682468762","imei1":"08266682468762","imei2":"08266682468762","popurl":"www.lakshmidhar-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172185,"job_number":"JOB_172185","tr_customer_id":172202,"tr_customer_product_id":172192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Suryakantam Kocchar","mobile_number":"9049884996","email_id":"chandrabhan.mehra@gmail.com","dop":"2026-01-21","serial_number":"07596982818159","imei1":"07596982818159","imei2":"07596982818159","popurl":"www.shobhana-kapoor.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172186,"job_number":"JOB_172186","tr_customer_id":172203,"tr_customer_product_id":172193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Himani Reddy","mobile_number":"9779472838","email_id":"trilok.abbott@yahoo.co.in","dop":"2026-01-21","serial_number":"69801132836599","imei1":"69801132836599","imei2":"69801132836599","popurl":"www.aadrika-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172187,"job_number":"JOB_172187","tr_customer_id":172204,"tr_customer_product_id":172194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Trilochan Bhattacharya","mobile_number":"9413110251","email_id":"annapurna.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"67063273118955","imei1":"67063273118955","imei2":"67063273118955","popurl":"www.chinmayananda-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172189,"job_number":"JOB_172189","tr_customer_id":172206,"tr_customer_product_id":172196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Rita Banerjee","mobile_number":"9499110260","email_id":"abhirath.gupta@yahoo.co.in","dop":"2026-01-21","serial_number":"95833127919777","imei1":"95833127919777","imei2":"95833127919777","popurl":"www.chapal-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172190,"job_number":"JOB_172190","tr_customer_id":172207,"tr_customer_product_id":172197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Sudeva Nayar","mobile_number":"9215275223","email_id":"chetan.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"93618635514592","imei1":"93618635514592","imei2":"93618635514592","popurl":"www.esha-mehrotra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172191,"job_number":"JOB_172191","tr_customer_id":172208,"tr_customer_product_id":172198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Deeptanshu Jha","mobile_number":"9627266875","email_id":"bhisham.panicker@gmail.com","dop":"2026-01-21","serial_number":"08416394460997","imei1":"08416394460997","imei2":"08416394460997","popurl":"www.dayaanidhi-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172193,"job_number":"JOB_172193","tr_customer_id":172210,"tr_customer_product_id":172200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Leela Joshi","mobile_number":"9793573072","email_id":"harit.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"30862528954129","imei1":"30862528954129","imei2":"30862528954129","popurl":"www.bhooshit-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172194,"job_number":"JOB_172194","tr_customer_id":172211,"tr_customer_product_id":172201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Baijayanti Jha","mobile_number":"9148039050","email_id":"subhasini.abbott@gmail.com","dop":"2026-01-21","serial_number":"12157154681644","imei1":"12157154681644","imei2":"12157154681644","popurl":"www.bhadraksh-gupta.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172195,"job_number":"JOB_172195","tr_customer_id":172212,"tr_customer_product_id":172202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Preity Guha","mobile_number":"9764676523","email_id":"aadi.nayar@yahoo.co.in","dop":"2026-01-21","serial_number":"48981107058279","imei1":"48981107058279","imei2":"48981107058279","popurl":"www.dhanu-mahajan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172196,"job_number":"JOB_172196","tr_customer_id":172213,"tr_customer_product_id":172203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Ramesh Joshi","mobile_number":"9728098896","email_id":"divjot.iyengar@hotmail.com","dop":"2026-01-21","serial_number":"53133726967025","imei1":"53133726967025","imei2":"53133726967025","popurl":"www.girindra-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172198,"job_number":"JOB_172198","tr_customer_id":172215,"tr_customer_product_id":172205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Deenabandhu Kakkar","mobile_number":"9446032364","email_id":"mina.dwivedi@hotmail.com","dop":"2026-01-21","serial_number":"33344564069818","imei1":"33344564069818","imei2":"33344564069818","popurl":"www.ekaling-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172199,"job_number":"JOB_172199","tr_customer_id":172216,"tr_customer_product_id":172206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Nalini Talwar","mobile_number":"9704729227","email_id":"indira.pandey@hotmail.com","dop":"2026-01-21","serial_number":"23804645168183","imei1":"23804645168183","imei2":"23804645168183","popurl":"www.bilva-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172201,"job_number":"JOB_172201","tr_customer_id":172218,"tr_customer_product_id":172208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Siddhi Shah","mobile_number":"9941190314","email_id":"dhananjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"28803880833457","imei1":"28803880833457","imei2":"28803880833457","popurl":"www.vijay-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172202,"job_number":"JOB_172202","tr_customer_id":172219,"tr_customer_product_id":172209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chakradhar Bandopadhyay","mobile_number":"9255303930","email_id":"rahul.naik@gmail.com","dop":"2026-01-21","serial_number":"83397673721704","imei1":"83397673721704","imei2":"83397673721704","popurl":"www.ajeet-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172203,"job_number":"JOB_172203","tr_customer_id":172220,"tr_customer_product_id":172210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chandira Kakkar","mobile_number":"9969561090","email_id":"bhaswar.embranthiri@hotmail.com","dop":"2026-01-21","serial_number":"76060909283609","imei1":"76060909283609","imei2":"76060909283609","popurl":"www.anandamayi-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172204,"job_number":"JOB_172204","tr_customer_id":172221,"tr_customer_product_id":172211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Mangala Verma","mobile_number":"9870067076","email_id":"jagdish.dubashi@hotmail.com","dop":"2026-01-21","serial_number":"00697017668864","imei1":"00697017668864","imei2":"00697017668864","popurl":"www.jagathi-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172205,"job_number":"JOB_172205","tr_customer_id":172222,"tr_customer_product_id":172212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Darshan Nehru","mobile_number":"9252093477","email_id":"kanishka.tagore@gmail.com","dop":"2026-01-21","serial_number":"69589514444597","imei1":"69589514444597","imei2":"69589514444597","popurl":"www.brahmabrata-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172208,"job_number":"JOB_172208","tr_customer_id":172225,"tr_customer_product_id":172215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Leda Monahan","mobile_number":"206-513-6241","email_id":"Dean_Rempel55@yahoo.com","dop":"2025-09-09","serial_number":"19119286454424","imei1":"19119286454424","imei2":"19119286454424","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172209,"job_number":"JOB_172209","tr_customer_id":172226,"tr_customer_product_id":172216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Angelo Roberts","mobile_number":"535-989-1933","email_id":"Foster6@gmail.com","dop":"2025-09-09","serial_number":"16598250900709","imei1":"16598250900709","imei2":"16598250900709","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172211,"job_number":"JOB_172211","tr_customer_id":172228,"tr_customer_product_id":172218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Mona Considine","mobile_number":"929-816-0907","email_id":"Hettie_Schmitt75@yahoo.com","dop":"2025-09-09","serial_number":"11478434180121","imei1":"11478434180121","imei2":"11478434180121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172212,"job_number":"JOB_172212","tr_customer_id":172229,"tr_customer_product_id":172219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Raymond Wisoky","mobile_number":"410-296-7538","email_id":"Newell.Lind@yahoo.com","dop":"2025-09-09","serial_number":"14175462214158","imei1":"14175462214158","imei2":"14175462214158","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172214,"job_number":"JOB_172214","tr_customer_id":172231,"tr_customer_product_id":172221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Darren Gulgowski","mobile_number":"290-759-5910","email_id":"Prince_Botsford2@hotmail.com","dop":"2025-09-09","serial_number":"12225357032082","imei1":"12225357032082","imei2":"12225357032082","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172215,"job_number":"JOB_172215","tr_customer_id":172232,"tr_customer_product_id":172222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Cesar Pfeffer","mobile_number":"770-220-0283","email_id":"Tania_Hilll@hotmail.com","dop":"2025-09-09","serial_number":"16675578753265","imei1":"16675578753265","imei2":"16675578753265","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172217,"job_number":"JOB_172217","tr_customer_id":172234,"tr_customer_product_id":172224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:42:59.000Z","modified_at":"2026-01-30T20:42:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19544533056169","imei1":"19544533056169","imei2":"19544533056169","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172219,"job_number":"JOB_172219","tr_customer_id":172236,"tr_customer_product_id":172226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:01.000Z","modified_at":"2026-01-30T20:43:01.000Z","name":"Breanne Wolf","mobile_number":"443-570-3263","email_id":"Daphne94@yahoo.com","dop":"2025-11-11","serial_number":"1085584715011457","imei1":"1085584715011457","imei2":"1085584715011457","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172220,"job_number":"JOB_172220","tr_customer_id":172237,"tr_customer_product_id":172227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:48.000Z","modified_at":"2026-01-30T20:43:48.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19628010922136","imei1":"19628010922136","imei2":"19628010922136","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172222,"job_number":"JOB_172222","tr_customer_id":172239,"tr_customer_product_id":172229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:50.000Z","modified_at":"2026-01-30T20:43:50.000Z","name":"Cathrine Weimann","mobile_number":"524-400-7958","email_id":"Guy.Gottlieb@hotmail.com","dop":"2025-11-11","serial_number":"1035248657334028","imei1":"1035248657334028","imei2":"1035248657334028","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172223,"job_number":"JOB_172223","tr_customer_id":172240,"tr_customer_product_id":172230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:37.000Z","modified_at":"2026-01-30T20:44:37.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11161754173233","imei1":"11161754173233","imei2":"11161754173233","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172225,"job_number":"JOB_172225","tr_customer_id":172242,"tr_customer_product_id":172232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:39.000Z","modified_at":"2026-01-30T20:44:39.000Z","name":"Jamarcus Ratke","mobile_number":"288-677-9703","email_id":"Elna_Koepp@yahoo.com","dop":"2025-11-11","serial_number":"1017141540239387","imei1":"1017141540239387","imei2":"1017141540239387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172226,"job_number":"JOB_172226","tr_customer_id":172243,"tr_customer_product_id":172233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:17.000Z","modified_at":"2026-01-30T20:51:17.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17058000897923","imei1":"17058000897923","imei2":"17058000897923","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172228,"job_number":"JOB_172228","tr_customer_id":172245,"tr_customer_product_id":172235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:19.000Z","modified_at":"2026-01-30T20:51:19.000Z","name":"Shaniya Hickle","mobile_number":"835-559-7183","email_id":"Waldo42@gmail.com","dop":"2025-11-11","serial_number":"1005553285183606","imei1":"1005553285183606","imei2":"1005553285183606","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172229,"job_number":"JOB_172229","tr_customer_id":172246,"tr_customer_product_id":172236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:36.000Z","modified_at":"2026-01-30T20:51:36.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13703855569056","imei1":"13703855569056","imei2":"13703855569056","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172231,"job_number":"JOB_172231","tr_customer_id":172248,"tr_customer_product_id":172238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:37.000Z","modified_at":"2026-01-30T20:51:37.000Z","name":"Haylie Dicki","mobile_number":"541-237-1218","email_id":"Junior_Ratke@yahoo.com","dop":"2025-11-11","serial_number":"1012835298287185","imei1":"1012835298287185","imei2":"1012835298287185","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172232,"job_number":"JOB_172232","tr_customer_id":172249,"tr_customer_product_id":172239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:10.000Z","modified_at":"2026-01-30T20:52:10.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15700311301367","imei1":"15700311301367","imei2":"15700311301367","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172234,"job_number":"JOB_172234","tr_customer_id":172251,"tr_customer_product_id":172241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:11.000Z","modified_at":"2026-01-30T20:52:11.000Z","name":"Bradford Hickle","mobile_number":"610-924-8824","email_id":"Stanley_Balistreri15@gmail.com","dop":"2025-11-11","serial_number":"1001413425432497","imei1":"1001413425432497","imei2":"1001413425432497","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172235,"job_number":"JOB_172235","tr_customer_id":172252,"tr_customer_product_id":172242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:29.000Z","modified_at":"2026-01-30T20:52:29.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10060463253525","imei1":"10060463253525","imei2":"10060463253525","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172237,"job_number":"JOB_172237","tr_customer_id":172254,"tr_customer_product_id":172244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:31.000Z","modified_at":"2026-01-30T20:52:31.000Z","name":"Danyka Collier","mobile_number":"745-988-7361","email_id":"Beverly11@hotmail.com","dop":"2025-11-11","serial_number":"1021574037459725","imei1":"1021574037459725","imei2":"1021574037459725","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172238,"job_number":"JOB_172238","tr_customer_id":172255,"tr_customer_product_id":172245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:02.000Z","modified_at":"2026-01-30T20:53:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17013186726131","imei1":"17013186726131","imei2":"17013186726131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172240,"job_number":"JOB_172240","tr_customer_id":172257,"tr_customer_product_id":172247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:04.000Z","modified_at":"2026-01-30T20:53:04.000Z","name":"Mossie Daugherty","mobile_number":"649-287-0843","email_id":"Josie_Romaguera@hotmail.com","dop":"2025-11-11","serial_number":"1067730773611174","imei1":"1067730773611174","imei2":"1067730773611174","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172241,"job_number":"JOB_172241","tr_customer_id":172258,"tr_customer_product_id":172248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:23.000Z","modified_at":"2026-01-30T20:53:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17893835945458","imei1":"17893835945458","imei2":"17893835945458","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172243,"job_number":"JOB_172243","tr_customer_id":172260,"tr_customer_product_id":172250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:25.000Z","modified_at":"2026-01-30T20:53:25.000Z","name":"Earnestine Bechtelar","mobile_number":"552-372-5620","email_id":"Nels.Labadie20@yahoo.com","dop":"2025-11-11","serial_number":"1068068435317336","imei1":"1068068435317336","imei2":"1068068435317336","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172244,"job_number":"JOB_172244","tr_customer_id":172261,"tr_customer_product_id":172251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19570296297722","imei1":"19570296297722","imei2":"19570296297722","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172245,"job_number":"JOB_172245","tr_customer_id":172262,"tr_customer_product_id":172252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13704842992681","imei1":"13704842992681","imei2":"13704842992681","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172248,"job_number":"JOB_172248","tr_customer_id":172265,"tr_customer_product_id":172255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:57.000Z","modified_at":"2026-01-30T20:55:57.000Z","name":"Sarina Glover","mobile_number":"887-775-3733","email_id":"Jessy_Cremin70@yahoo.com","dop":"2025-11-11","serial_number":"1075161369597434","imei1":"1075161369597434","imei2":"1075161369597434","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172249,"job_number":"JOB_172249","tr_customer_id":172266,"tr_customer_product_id":172256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:58.000Z","modified_at":"2026-01-30T20:55:58.000Z","name":"Johann Hettinger","mobile_number":"968-391-8628","email_id":"Nicholas_Friesen@hotmail.com","dop":"2025-11-11","serial_number":"1095495010245508","imei1":"1095495010245508","imei2":"1095495010245508","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172250,"job_number":"JOB_172250","tr_customer_id":172267,"tr_customer_product_id":172257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:34.000Z","modified_at":"2026-01-30T20:56:34.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-25","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-25T20:56:33.921189665Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172251,"job_number":"JOB_172251","tr_customer_id":172268,"tr_customer_product_id":172258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:45.000Z","modified_at":"2026-01-30T20:56:45.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18375673252745","imei1":"18375673252745","imei2":"18375673252745","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172253,"job_number":"JOB_172253","tr_customer_id":172270,"tr_customer_product_id":172260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:46.000Z","modified_at":"2026-01-30T20:56:46.000Z","name":"Cletus Bogan","mobile_number":"570-248-0104","email_id":"Karen_Haag@hotmail.com","dop":"2025-11-11","serial_number":"1089205796574876","imei1":"1089205796574876","imei2":"1089205796574876","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172254,"job_number":"JOB_172254","tr_customer_id":172271,"tr_customer_product_id":172261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:47.000Z","modified_at":"2026-01-30T20:56:47.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"12239763325526","imei1":"12239763325526","imei2":"12239763325526","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172256,"job_number":"JOB_172256","tr_customer_id":172273,"tr_customer_product_id":172263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:49.000Z","modified_at":"2026-01-30T20:56:49.000Z","name":"Vern Wintheiser","mobile_number":"840-810-4383","email_id":"Rodrigo68@hotmail.com","dop":"2025-11-11","serial_number":"1056360042324112","imei1":"1056360042324112","imei2":"1056360042324112","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172257,"job_number":"JOB_172257","tr_customer_id":172274,"tr_customer_product_id":172264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Shankar Prajapat","mobile_number":"9634697380","email_id":"shivakari.gandhi@yahoo.co.in","dop":"2026-01-21","serial_number":"63777902912915","imei1":"63777902912915","imei2":"63777902912915","popurl":"www.himadri-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172258,"job_number":"JOB_172258","tr_customer_id":172275,"tr_customer_product_id":172265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Avani Guha","mobile_number":"9750306537","email_id":"keerti.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"14215736508311","imei1":"14215736508311","imei2":"14215736508311","popurl":"www.giriraj-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172259,"job_number":"JOB_172259","tr_customer_id":172276,"tr_customer_product_id":172266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Gandhi","mobile_number":"9659771843","email_id":"vasudha.rana@gmail.com","dop":"2026-01-21","serial_number":"10743531080258","imei1":"10743531080258","imei2":"10743531080258","popurl":"www.ananda-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172260,"job_number":"JOB_172260","tr_customer_id":172277,"tr_customer_product_id":172267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Verma","mobile_number":"9480272036","email_id":"aatmaja.panicker@gmail.com","dop":"2026-01-21","serial_number":"12759868474276","imei1":"12759868474276","imei2":"12759868474276","popurl":"www.sloka-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172261,"job_number":"JOB_172261","tr_customer_id":172278,"tr_customer_product_id":172268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Dhana Bharadwaj","mobile_number":"9943769865","email_id":"pramila.banerjee@hotmail.com","dop":"2026-01-21","serial_number":"84390560577860","imei1":"84390560577860","imei2":"84390560577860","popurl":"www.vaijayanthi-gowda.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172262,"job_number":"JOB_172262","tr_customer_id":172279,"tr_customer_product_id":172269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Hiranya Mahajan","mobile_number":"9957134967","email_id":"jay.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"66255576499187","imei1":"66255576499187","imei2":"66255576499187","popurl":"www.parvati-gill.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172263,"job_number":"JOB_172263","tr_customer_id":172280,"tr_customer_product_id":172270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lai Trivedi","mobile_number":"9469923332","email_id":"deeptendu.khan@gmail.com","dop":"2026-01-21","serial_number":"69944918875070","imei1":"69944918875070","imei2":"69944918875070","popurl":"www.subhashini-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172264,"job_number":"JOB_172264","tr_customer_id":172281,"tr_customer_product_id":172271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Adityanandan Namboothiri","mobile_number":"9747818922","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"06260748752962","imei1":"06260748752962","imei2":"06260748752962","popurl":"www.ghanashyam-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172265,"job_number":"JOB_172265","tr_customer_id":172282,"tr_customer_product_id":172272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lila Desai","mobile_number":"9901506573","email_id":"gangesh.kaur@yahoo.co.in","dop":"2026-01-21","serial_number":"08649359121173","imei1":"08649359121173","imei2":"08649359121173","popurl":"www.geetanjali-jain.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172266,"job_number":"JOB_172266","tr_customer_id":172283,"tr_customer_product_id":172273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Pranay Kakkar","mobile_number":"9012764455","email_id":"param.butt@gmail.com","dop":"2026-01-21","serial_number":"49074397904736","imei1":"49074397904736","imei2":"49074397904736","popurl":"www.krishnadasa-somayaji.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172267,"job_number":"JOB_172267","tr_customer_id":172284,"tr_customer_product_id":172274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Nambeesan","mobile_number":"9590831793","email_id":"deeptimayee.gupta@gmail.com","dop":"2026-01-21","serial_number":"34637831655089","imei1":"34637831655089","imei2":"34637831655089","popurl":"www.anusuya-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172268,"job_number":"JOB_172268","tr_customer_id":172285,"tr_customer_product_id":172275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Vaijayanthi Tandon","mobile_number":"9852523319","email_id":"swarnalata.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"72756267590305","imei1":"72756267590305","imei2":"72756267590305","popurl":"www.minakshi-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172269,"job_number":"JOB_172269","tr_customer_id":172286,"tr_customer_product_id":172276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Hiranya Agarwal","mobile_number":"9482363798","email_id":"bhupen.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"69783826652317","imei1":"69783826652317","imei2":"69783826652317","popurl":"www.chaaruchandra-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172270,"job_number":"JOB_172270","tr_customer_id":172287,"tr_customer_product_id":172277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Som Trivedi","mobile_number":"9807152443","email_id":"manisha.joshi@gmail.com","dop":"2026-01-21","serial_number":"11477959077754","imei1":"11477959077754","imei2":"11477959077754","popurl":"www.chandni-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172271,"job_number":"JOB_172271","tr_customer_id":172288,"tr_customer_product_id":172278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Ananda Butt","mobile_number":"9814891285","email_id":"geetanjali.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"28782650726651","imei1":"28782650726651","imei2":"28782650726651","popurl":"www.dev-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172272,"job_number":"JOB_172272","tr_customer_id":172289,"tr_customer_product_id":172279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Abbott","mobile_number":"9399519146","email_id":"aaditya.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"32484022805291","imei1":"32484022805291","imei2":"32484022805291","popurl":"www.hiranya-saini.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172273,"job_number":"JOB_172273","tr_customer_id":172290,"tr_customer_product_id":172280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Diptendu Reddy","mobile_number":"9784007077","email_id":"dhyaneshwar.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"31370456158623","imei1":"31370456158623","imei2":"31370456158623","popurl":"www.gandharv-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172274,"job_number":"JOB_172274","tr_customer_id":172291,"tr_customer_product_id":172281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Mangalya Panicker","mobile_number":"9338947053","email_id":"deeptimayee.shukla@gmail.com","dop":"2026-01-21","serial_number":"20923833154809","imei1":"20923833154809","imei2":"20923833154809","popurl":"www.abhisyanta-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172275,"job_number":"JOB_172275","tr_customer_id":172292,"tr_customer_product_id":172282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Draupadi Kakkar","mobile_number":"9421433464","email_id":"mandaakin.abbott@gmail.com","dop":"2026-01-21","serial_number":"41950063431761","imei1":"41950063431761","imei2":"41950063431761","popurl":"www.charuvrat-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172276,"job_number":"JOB_172276","tr_customer_id":172293,"tr_customer_product_id":172283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Avantika Johar","mobile_number":"9358115063","email_id":"anusuya.gowda@gmail.com","dop":"2026-01-21","serial_number":"94098252958613","imei1":"94098252958613","imei2":"94098252958613","popurl":"www.vimala-chattopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172277,"job_number":"JOB_172277","tr_customer_id":172294,"tr_customer_product_id":172284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kannen Nambeesan","mobile_number":"9366893455","email_id":"bhaanumati.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"77805082044177","imei1":"77805082044177","imei2":"77805082044177","popurl":"www.dhanapati-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172278,"job_number":"JOB_172278","tr_customer_id":172295,"tr_customer_product_id":172285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kirti Marar","mobile_number":"9719192471","email_id":"nikita.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"05454724102886","imei1":"05454724102886","imei2":"05454724102886","popurl":"www.subodh-marar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172279,"job_number":"JOB_172279","tr_customer_id":172296,"tr_customer_product_id":172286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Balagovind Varma","mobile_number":"9240559918","email_id":"omana.pothuvaal@gmail.com","dop":"2026-01-21","serial_number":"25290532001883","imei1":"25290532001883","imei2":"25290532001883","popurl":"www.gatik-kaul.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172280,"job_number":"JOB_172280","tr_customer_id":172297,"tr_customer_product_id":172287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Shubha Varman","mobile_number":"9171770612","email_id":"prema.ganaka@gmail.com","dop":"2026-01-21","serial_number":"82736425637724","imei1":"82736425637724","imei2":"82736425637724","popurl":"www.swapnil-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172281,"job_number":"JOB_172281","tr_customer_id":172298,"tr_customer_product_id":172288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Anusuya Shah","mobile_number":"9531108965","email_id":"krishnadasa.pilla@yahoo.co.in","dop":"2026-01-21","serial_number":"88644357229456","imei1":"88644357229456","imei2":"88644357229456","popurl":"www.chiranjeev-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172282,"job_number":"JOB_172282","tr_customer_id":172299,"tr_customer_product_id":172289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kalpana Namboothiri","mobile_number":"9343006747","email_id":"hiranmay.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"14642406334645","imei1":"14642406334645","imei2":"14642406334645","popurl":"www.vaijayanthi-nambeesan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172283,"job_number":"JOB_172283","tr_customer_id":172300,"tr_customer_product_id":172290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Girik Mishra","mobile_number":"9877618078","email_id":"sanka.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"09666796381791","imei1":"09666796381791","imei2":"09666796381791","popurl":"www.hiranya-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172284,"job_number":"JOB_172284","tr_customer_id":172301,"tr_customer_product_id":172291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Jitendra Nayar","mobile_number":"9658164388","email_id":"goswamee.kaur@hotmail.com","dop":"2026-01-21","serial_number":"06672821934951","imei1":"06672821934951","imei2":"06672821934951","popurl":"www.gautam-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172285,"job_number":"JOB_172285","tr_customer_id":172302,"tr_customer_product_id":172292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Bilva Varma","mobile_number":"9376051242","email_id":"narendra.joshi@gmail.com","dop":"2026-01-21","serial_number":"16169966796903","imei1":"16169966796903","imei2":"16169966796903","popurl":"www.dharani-rana.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172286,"job_number":"JOB_172286","tr_customer_id":172303,"tr_customer_product_id":172293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Agnivesh Bhattacharya","mobile_number":"9446861095","email_id":"aditeya.dhawan@yahoo.co.in","dop":"2026-01-21","serial_number":"91301277861296","imei1":"91301277861296","imei2":"91301277861296","popurl":"www.baidehi-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172287,"job_number":"JOB_172287","tr_customer_id":172304,"tr_customer_product_id":172294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Divaakar Shah","mobile_number":"9039788827","email_id":"deeptendu.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"94887109830540","imei1":"94887109830540","imei2":"94887109830540","popurl":"www.aasa-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172288,"job_number":"JOB_172288","tr_customer_id":172305,"tr_customer_product_id":172295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Vimal Mahajan","mobile_number":"9047392719","email_id":"nikita.kaniyar@gmail.com","dop":"2026-01-21","serial_number":"92066034738532","imei1":"92066034738532","imei2":"92066034738532","popurl":"www.sanya-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172289,"job_number":"JOB_172289","tr_customer_id":172306,"tr_customer_product_id":172296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Baidehi Gowda","mobile_number":"9095873070","email_id":"agnimitra.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"85670663889508","imei1":"85670663889508","imei2":"85670663889508","popurl":"www.siddhi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172290,"job_number":"JOB_172290","tr_customer_id":172307,"tr_customer_product_id":172297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Shantanu Nayar","mobile_number":"9777093267","email_id":"deeptimoy.dubashi@yahoo.co.in","dop":"2026-01-21","serial_number":"06350588587682","imei1":"06350588587682","imei2":"06350588587682","popurl":"www.bhagavaan-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172291,"job_number":"JOB_172291","tr_customer_id":172308,"tr_customer_product_id":172298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Laxman Patil","mobile_number":"9092447584","email_id":"deevakar.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"64517218077228","imei1":"64517218077228","imei2":"64517218077228","popurl":"www.charvi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172292,"job_number":"JOB_172292","tr_customer_id":172309,"tr_customer_product_id":172299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Adwitiya Ganaka","mobile_number":"9969851001","email_id":"jyotsana.somayaji@hotmail.com","dop":"2026-01-21","serial_number":"31482066583510","imei1":"31482066583510","imei2":"31482066583510","popurl":"www.upendra-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172293,"job_number":"JOB_172293","tr_customer_id":172310,"tr_customer_product_id":172300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Amish Gandhi","mobile_number":"9092263874","email_id":"drona.khanna@hotmail.com","dop":"2026-01-21","serial_number":"69750126956132","imei1":"69750126956132","imei2":"69750126956132","popurl":"www.vaidehi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172294,"job_number":"JOB_172294","tr_customer_id":172311,"tr_customer_product_id":172301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Shankar Kaul","mobile_number":"9949869801","email_id":"krishnadasa.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"16732174160845","imei1":"16732174160845","imei2":"16732174160845","popurl":"www.agnimitra-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172295,"job_number":"JOB_172295","tr_customer_id":172312,"tr_customer_product_id":172302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Heema Mukhopadhyay","mobile_number":"9497047067","email_id":"hamsini.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"23564478484673","imei1":"23564478484673","imei2":"23564478484673","popurl":"www.vimal-khanna.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172296,"job_number":"JOB_172296","tr_customer_id":172313,"tr_customer_product_id":172303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Hari Sharma","mobile_number":"9348461934","email_id":"chandraprabha.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"60344085157137","imei1":"60344085157137","imei2":"60344085157137","popurl":"www.asha-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172297,"job_number":"JOB_172297","tr_customer_id":172314,"tr_customer_product_id":172304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Dev Mehrotra","mobile_number":"9910266842","email_id":"madhuri.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"31989284627354","imei1":"31989284627354","imei2":"31989284627354","popurl":"www.naval-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172298,"job_number":"JOB_172298","tr_customer_id":172315,"tr_customer_product_id":172305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Rajan Mehrotra","mobile_number":"9027627427","email_id":"jagdish.khan@yahoo.co.in","dop":"2026-01-21","serial_number":"87102758817384","imei1":"87102758817384","imei2":"87102758817384","popurl":"www.jaya-malik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172299,"job_number":"JOB_172299","tr_customer_id":172316,"tr_customer_product_id":172306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Paramartha Pandey","mobile_number":"9326081644","email_id":"krishnadas.reddy@yahoo.co.in","dop":"2026-01-21","serial_number":"20867976497633","imei1":"20867976497633","imei2":"20867976497633","popurl":"www.naval-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172300,"job_number":"JOB_172300","tr_customer_id":172317,"tr_customer_product_id":172307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Divakar Mukhopadhyay","mobile_number":"9754306038","email_id":"aanandaswarup.jain@gmail.com","dop":"2026-01-21","serial_number":"36851516730385","imei1":"36851516730385","imei2":"36851516730385","popurl":"www.anasuya-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172301,"job_number":"JOB_172301","tr_customer_id":172318,"tr_customer_product_id":172308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Gajaadhar Agarwal","mobile_number":"9636926400","email_id":"ritesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"34360597193046","imei1":"34360597193046","imei2":"34360597193046","popurl":"www.shantanu-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172302,"job_number":"JOB_172302","tr_customer_id":172319,"tr_customer_product_id":172309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Chitrali Rana","mobile_number":"9994644284","email_id":"gopi.sharma@hotmail.com","dop":"2026-01-21","serial_number":"68984632956765","imei1":"68984632956765","imei2":"68984632956765","popurl":"www.gouranga-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172303,"job_number":"JOB_172303","tr_customer_id":172320,"tr_customer_product_id":172310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Bilva Gandhi","mobile_number":"9116893002","email_id":"lakshmidhar.prajapat@yahoo.co.in","dop":"2026-01-21","serial_number":"63436966451528","imei1":"63436966451528","imei2":"63436966451528","popurl":"www.veda-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172304,"job_number":"JOB_172304","tr_customer_id":172321,"tr_customer_product_id":172311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Ekdant Malik","mobile_number":"9433226022","email_id":"mandakini.kocchar@yahoo.co.in","dop":"2026-01-21","serial_number":"28090344543156","imei1":"28090344543156","imei2":"28090344543156","popurl":"www.jaimini-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172305,"job_number":"JOB_172305","tr_customer_id":172322,"tr_customer_product_id":172312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Akshayakeerti Bharadwaj","mobile_number":"9239829892","email_id":"atmananda.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"06420293804442","imei1":"06420293804442","imei2":"06420293804442","popurl":"www.meghnath-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172306,"job_number":"JOB_172306","tr_customer_id":172323,"tr_customer_product_id":172313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Vidur Jha","mobile_number":"9093862593","email_id":"mani.chattopadhyay@yahoo.co.in","dop":"2026-01-21","serial_number":"59804329390314","imei1":"59804329390314","imei2":"59804329390314","popurl":"www.avadhesh-gill.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172307,"job_number":"JOB_172307","tr_customer_id":172324,"tr_customer_product_id":172314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Tara Sethi","mobile_number":"9692043315","email_id":"ganapati.menon@gmail.com","dop":"2026-01-21","serial_number":"63015364750442","imei1":"63015364750442","imei2":"63015364750442","popurl":"www.ajit-saini.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172308,"job_number":"JOB_172308","tr_customer_id":172325,"tr_customer_product_id":172315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Swapnil Naik","mobile_number":"9684855222","email_id":"chiranjeeve.banerjee@yahoo.co.in","dop":"2026-01-21","serial_number":"69969040737950","imei1":"69969040737950","imei2":"69969040737950","popurl":"www.raj-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172309,"job_number":"JOB_172309","tr_customer_id":172326,"tr_customer_product_id":172316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Chandrakin Ahuja","mobile_number":"9287498736","email_id":"bhooshan.ahuja@gmail.com","dop":"2026-01-21","serial_number":"87052876650230","imei1":"87052876650230","imei2":"87052876650230","popurl":"www.sharmila-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172310,"job_number":"JOB_172310","tr_customer_id":172327,"tr_customer_product_id":172317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Rajiv Iyengar","mobile_number":"9659253536","email_id":"bhaves.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"22423034135189","imei1":"22423034135189","imei2":"22423034135189","popurl":"www.subodh-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172311,"job_number":"JOB_172311","tr_customer_id":172328,"tr_customer_product_id":172318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Adikavi Iyengar","mobile_number":"9813160024","email_id":"charumati.pilla@gmail.com","dop":"2026-01-21","serial_number":"44980838400503","imei1":"44980838400503","imei2":"44980838400503","popurl":"www.indra-johar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172312,"job_number":"JOB_172312","tr_customer_id":172329,"tr_customer_product_id":172319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Shwet Bhattacharya","mobile_number":"9844337172","email_id":"bhagavaan.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"24193999219691","imei1":"24193999219691","imei2":"24193999219691","popurl":"www.arnesh-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172313,"job_number":"JOB_172313","tr_customer_id":172330,"tr_customer_product_id":172320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Anjushri Dhawan","mobile_number":"9290064014","email_id":"dhara.gupta@hotmail.com","dop":"2026-01-21","serial_number":"68196127207549","imei1":"68196127207549","imei2":"68196127207549","popurl":"www.satyen-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172314,"job_number":"JOB_172314","tr_customer_id":172331,"tr_customer_product_id":172321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Ujjwal Dwivedi","mobile_number":"9892155090","email_id":"rajinder.dutta@hotmail.com","dop":"2026-01-21","serial_number":"34077708064860","imei1":"34077708064860","imei2":"34077708064860","popurl":"www.bhadrak-sinha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172315,"job_number":"JOB_172315","tr_customer_id":172332,"tr_customer_product_id":172322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Triloki Nath Tandon","mobile_number":"9277560351","email_id":"dipesh.kapoor@gmail.com","dop":"2026-01-21","serial_number":"54736521828467","imei1":"54736521828467","imei2":"54736521828467","popurl":"www.esha-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172316,"job_number":"JOB_172316","tr_customer_id":172333,"tr_customer_product_id":172323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Sanya Bhat","mobile_number":"9962811166","email_id":"vidur.kaul@gmail.com","dop":"2026-01-21","serial_number":"13315420033908","imei1":"13315420033908","imei2":"13315420033908","popurl":"www.dandak-iyengar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172317,"job_number":"JOB_172317","tr_customer_id":172334,"tr_customer_product_id":172324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Baidehi Johar","mobile_number":"9204411670","email_id":"aagneya.sharma@gmail.com","dop":"2026-01-21","serial_number":"70268270269778","imei1":"70268270269778","imei2":"70268270269778","popurl":"www.kamala-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172318,"job_number":"JOB_172318","tr_customer_id":172335,"tr_customer_product_id":172325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Bhushit Pillai","mobile_number":"9693487546","email_id":"rageswari.jha@yahoo.co.in","dop":"2026-01-21","serial_number":"96809595933506","imei1":"96809595933506","imei2":"96809595933506","popurl":"www.dinakar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172319,"job_number":"JOB_172319","tr_customer_id":172336,"tr_customer_product_id":172326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Charuchandra Khatri","mobile_number":"9418925182","email_id":"anilabh.marar@gmail.com","dop":"2026-01-21","serial_number":"52940941824986","imei1":"52940941824986","imei2":"52940941824986","popurl":"www.aadinath-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172320,"job_number":"JOB_172320","tr_customer_id":172337,"tr_customer_product_id":172327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Samir Asan","mobile_number":"9098997855","email_id":"divaakar.khatri@gmail.com","dop":"2026-01-21","serial_number":"50198437453302","imei1":"50198437453302","imei2":"50198437453302","popurl":"www.aadinath-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172321,"job_number":"JOB_172321","tr_customer_id":172338,"tr_customer_product_id":172328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Buddhana Kakkar","mobile_number":"9924787767","email_id":"chakradhar.ahuja@yahoo.co.in","dop":"2026-01-21","serial_number":"53203238476467","imei1":"53203238476467","imei2":"53203238476467","popurl":"www.adhrit-gill.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172322,"job_number":"JOB_172322","tr_customer_id":172339,"tr_customer_product_id":172329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Parvati Sinha","mobile_number":"9455653171","email_id":"siddhi.ahuja@hotmail.com","dop":"2026-01-21","serial_number":"11750472229417","imei1":"11750472229417","imei2":"11750472229417","popurl":"www.raj-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172323,"job_number":"JOB_172323","tr_customer_id":172340,"tr_customer_product_id":172330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Udai Arora","mobile_number":"9885349125","email_id":"vishnu.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"90601332371868","imei1":"90601332371868","imei2":"90601332371868","popurl":"www.ashok-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172324,"job_number":"JOB_172324","tr_customer_id":172341,"tr_customer_product_id":172331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Ekaparnika Chopra","mobile_number":"9229772047","email_id":"vidya.gill@gmail.com","dop":"2026-01-21","serial_number":"70927859306827","imei1":"70927859306827","imei2":"70927859306827","popurl":"www.ambar-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172325,"job_number":"JOB_172325","tr_customer_id":172342,"tr_customer_product_id":172332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Rati Varrier","mobile_number":"9915971224","email_id":"dhanesh.mishra@hotmail.com","dop":"2026-01-21","serial_number":"05190452280434","imei1":"05190452280434","imei2":"05190452280434","popurl":"www.giriraj-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172326,"job_number":"JOB_172326","tr_customer_id":172343,"tr_customer_product_id":172333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Anand Swarup Reddy","mobile_number":"9566888606","email_id":"anal.iyengar@yahoo.co.in","dop":"2026-01-21","serial_number":"22712986323989","imei1":"22712986323989","imei2":"22712986323989","popurl":"www.sarada-patil.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172327,"job_number":"JOB_172327","tr_customer_id":172344,"tr_customer_product_id":172334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Bakula Guha","mobile_number":"9989305100","email_id":"giri.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"95933664535273","imei1":"95933664535273","imei2":"95933664535273","popurl":"www.jagdish-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172328,"job_number":"JOB_172328","tr_customer_id":172345,"tr_customer_product_id":172335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Vasudha Guneta","mobile_number":"9243928659","email_id":"umang.asan@hotmail.com","dop":"2026-01-21","serial_number":"59466619688969","imei1":"59466619688969","imei2":"59466619688969","popurl":"www.meghnath-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172329,"job_number":"JOB_172329","tr_customer_id":172346,"tr_customer_product_id":172336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Gouranga Banerjee","mobile_number":"9098378659","email_id":"vidya.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"93111543586583","imei1":"93111543586583","imei2":"93111543586583","popurl":"www.pushti-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172330,"job_number":"JOB_172330","tr_customer_id":172347,"tr_customer_product_id":172337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dwaipayan Mahajan","mobile_number":"9040752818","email_id":"jaya.singh@gmail.com","dop":"2026-01-21","serial_number":"81563818315174","imei1":"81563818315174","imei2":"81563818315174","popurl":"www.padma-kaul.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172331,"job_number":"JOB_172331","tr_customer_id":172348,"tr_customer_product_id":172338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Ranjeet Gandhi","mobile_number":"9759829206","email_id":"dayaanidhi.nayar@hotmail.com","dop":"2026-01-21","serial_number":"01214258698909","imei1":"01214258698909","imei2":"01214258698909","popurl":"www.niro-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172332,"job_number":"JOB_172332","tr_customer_id":172349,"tr_customer_product_id":172339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Devasree Gowda","mobile_number":"9259449279","email_id":"bilva.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"44151216241426","imei1":"44151216241426","imei2":"44151216241426","popurl":"www.dhanesh-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172333,"job_number":"JOB_172333","tr_customer_id":172350,"tr_customer_product_id":172340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Vasundhara Jha","mobile_number":"9850296405","email_id":"heema.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"86203086771281","imei1":"86203086771281","imei2":"86203086771281","popurl":"www.dinakar-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172334,"job_number":"JOB_172334","tr_customer_id":172351,"tr_customer_product_id":172341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chetan Desai","mobile_number":"9941949498","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"01119686797844","imei1":"01119686797844","imei2":"01119686797844","popurl":"www.kalyani-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172335,"job_number":"JOB_172335","tr_customer_id":172352,"tr_customer_product_id":172342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Diksha Gill","mobile_number":"9406665990","email_id":"amodini.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"15325825714362","imei1":"15325825714362","imei2":"15325825714362","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172336,"job_number":"JOB_172336","tr_customer_id":172353,"tr_customer_product_id":172343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Mohana Menon","mobile_number":"9365545624","email_id":"deeksha.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"63073982518177","imei1":"63073982518177","imei2":"63073982518177","popurl":"www.pran-bharadwaj.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172337,"job_number":"JOB_172337","tr_customer_id":172354,"tr_customer_product_id":172344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Adheesh Bhattacharya","mobile_number":"9914166878","email_id":"anurag.tandon@gmail.com","dop":"2026-01-21","serial_number":"00021698261669","imei1":"00021698261669","imei2":"00021698261669","popurl":"www.chaten-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172338,"job_number":"JOB_172338","tr_customer_id":172355,"tr_customer_product_id":172345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Aanand Naik","mobile_number":"9576654977","email_id":"vaidehi.gupta@gmail.com","dop":"2026-01-21","serial_number":"14853447798956","imei1":"14853447798956","imei2":"14853447798956","popurl":"www.ekaling-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172339,"job_number":"JOB_172339","tr_customer_id":172356,"tr_customer_product_id":172346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chandrabhan Guneta","mobile_number":"9261224539","email_id":"vimal.adiga@gmail.com","dop":"2026-01-21","serial_number":"14486306913856","imei1":"14486306913856","imei2":"14486306913856","popurl":"www.basanti-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172340,"job_number":"JOB_172340","tr_customer_id":172357,"tr_customer_product_id":172347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Naveen Chattopadhyay","mobile_number":"9976221374","email_id":"gurdev.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"41380151590284","imei1":"41380151590284","imei2":"41380151590284","popurl":"www.ekaksh-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172341,"job_number":"JOB_172341","tr_customer_id":172358,"tr_customer_product_id":172348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dhana Gill","mobile_number":"9302923521","email_id":"esha.shah@hotmail.com","dop":"2026-01-21","serial_number":"75467184634819","imei1":"75467184634819","imei2":"75467184634819","popurl":"www.som-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172342,"job_number":"JOB_172342","tr_customer_id":172359,"tr_customer_product_id":172349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dharmaketu Gupta","mobile_number":"9468435330","email_id":"pran.jain@hotmail.com","dop":"2026-01-21","serial_number":"19266231402926","imei1":"19266231402926","imei2":"19266231402926","popurl":"www.garuda-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172343,"job_number":"JOB_172343","tr_customer_id":172360,"tr_customer_product_id":172350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dulari Marar","mobile_number":"9892601202","email_id":"hamsini.joshi@hotmail.com","dop":"2026-01-21","serial_number":"12423513344996","imei1":"12423513344996","imei2":"12423513344996","popurl":"www.arya-adiga.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172344,"job_number":"JOB_172344","tr_customer_id":172361,"tr_customer_product_id":172351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Indira Nayar","mobile_number":"9143584151","email_id":"chiranjeev.khan@gmail.com","dop":"2026-01-21","serial_number":"90618186775798","imei1":"90618186775798","imei2":"90618186775798","popurl":"www.kartik-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172345,"job_number":"JOB_172345","tr_customer_id":172362,"tr_customer_product_id":172352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Lavanya Guha","mobile_number":"9827416594","email_id":"avadhesh.kaul@gmail.com","dop":"2026-01-21","serial_number":"50999960338724","imei1":"50999960338724","imei2":"50999960338724","popurl":"www.rukmin-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172346,"job_number":"JOB_172346","tr_customer_id":172363,"tr_customer_product_id":172353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Aatmaja Bhattacharya","mobile_number":"9960261850","email_id":"jaya.dhawan@gmail.com","dop":"2026-01-21","serial_number":"75701637383305","imei1":"75701637383305","imei2":"75701637383305","popurl":"www.rohana-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172347,"job_number":"JOB_172347","tr_customer_id":172364,"tr_customer_product_id":172354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ekalavya Somayaji","mobile_number":"9452247221","email_id":"drona.bhattacharya@hotmail.com","dop":"2026-01-21","serial_number":"44939346445293","imei1":"44939346445293","imei2":"44939346445293","popurl":"www.anwesha-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172348,"job_number":"JOB_172348","tr_customer_id":172365,"tr_customer_product_id":172355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Priyala Verma","mobile_number":"9440324860","email_id":"goutam.iyengar@gmail.com","dop":"2026-01-21","serial_number":"85617088491913","imei1":"85617088491913","imei2":"85617088491913","popurl":"www.narayan-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172349,"job_number":"JOB_172349","tr_customer_id":172366,"tr_customer_product_id":172356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Subhasini Somayaji","mobile_number":"9566657147","email_id":"adinath.ganaka@gmail.com","dop":"2026-01-21","serial_number":"05702023389968","imei1":"05702023389968","imei2":"05702023389968","popurl":"www.deeptimayee-rana.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172350,"job_number":"JOB_172350","tr_customer_id":172367,"tr_customer_product_id":172357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Digambar Bandopadhyay","mobile_number":"9478675642","email_id":"rageshwari.tandon@hotmail.com","dop":"2026-01-21","serial_number":"93400337790034","imei1":"93400337790034","imei2":"93400337790034","popurl":"www.aryan-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172351,"job_number":"JOB_172351","tr_customer_id":172368,"tr_customer_product_id":172358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Naval Khanna","mobile_number":"9940964581","email_id":"ghanaanand.jain@hotmail.com","dop":"2026-01-21","serial_number":"33703397426424","imei1":"33703397426424","imei2":"33703397426424","popurl":"www.ranjeet-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172352,"job_number":"JOB_172352","tr_customer_id":172369,"tr_customer_product_id":172359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Prasanna Bandopadhyay","mobile_number":"9812512615","email_id":"priya.sinha@yahoo.co.in","dop":"2026-01-21","serial_number":"09775783659433","imei1":"09775783659433","imei2":"09775783659433","popurl":"www.bandhu-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172353,"job_number":"JOB_172353","tr_customer_id":172370,"tr_customer_product_id":172360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Dhaanyalakshmi Bhattathiri","mobile_number":"9464140730","email_id":"dakshayani.khanna@yahoo.co.in","dop":"2026-01-21","serial_number":"38822684734069","imei1":"38822684734069","imei2":"38822684734069","popurl":"www.gopaal-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172354,"job_number":"JOB_172354","tr_customer_id":172371,"tr_customer_product_id":172361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Atreyi Kaur","mobile_number":"9863621033","email_id":"akshita.chaturvedi@yahoo.co.in","dop":"2026-01-21","serial_number":"60915833023554","imei1":"60915833023554","imei2":"60915833023554","popurl":"www.lai-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172355,"job_number":"JOB_172355","tr_customer_id":172372,"tr_customer_product_id":172362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ashlesh Prajapat","mobile_number":"9884470452","email_id":"gudakesa.tandon@yahoo.co.in","dop":"2026-01-21","serial_number":"81758537984798","imei1":"81758537984798","imei2":"81758537984798","popurl":"www.chandraayan-bhattathiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172356,"job_number":"JOB_172356","tr_customer_id":172373,"tr_customer_product_id":172363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Gauranga Gandhi","mobile_number":"9577939304","email_id":"ganak.johar@gmail.com","dop":"2026-01-21","serial_number":"17069568065723","imei1":"17069568065723","imei2":"17069568065723","popurl":"www.dharitri-abbott.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172357,"job_number":"JOB_172357","tr_customer_id":172374,"tr_customer_product_id":172364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:34.000Z","modified_at":"2026-01-30T20:57:34.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10725547413845","imei1":"10725547413845","imei2":"10725547413845","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172359,"job_number":"JOB_172359","tr_customer_id":172376,"tr_customer_product_id":172366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:35.000Z","modified_at":"2026-01-30T20:57:35.000Z","name":"Cortney Lueilwitz","mobile_number":"981-924-9683","email_id":"Valentina.Grimes68@gmail.com","dop":"2025-11-11","serial_number":"1029057094589298","imei1":"1029057094589298","imei2":"1029057094589298","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172360,"job_number":"JOB_172360","tr_customer_id":172377,"tr_customer_product_id":172367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:39.000Z","modified_at":"2026-01-30T20:57:39.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14609144636879","imei1":"14609144636879","imei2":"14609144636879","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172362,"job_number":"JOB_172362","tr_customer_id":172379,"tr_customer_product_id":172369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:41.000Z","modified_at":"2026-01-30T20:57:41.000Z","name":"Jacynthe Ortiz","mobile_number":"676-629-6647","email_id":"Jerrold.Kuphal@yahoo.com","dop":"2025-11-11","serial_number":"1034772810641743","imei1":"1034772810641743","imei2":"1034772810641743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172363,"job_number":"JOB_172363","tr_customer_id":172380,"tr_customer_product_id":172370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"16718741018070","imei1":"16718741018070","imei2":"16718741018070","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172364,"job_number":"JOB_172364","tr_customer_id":172381,"tr_customer_product_id":172371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15723408050332","imei1":"15723408050332","imei2":"15723408050332","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172367,"job_number":"JOB_172367","tr_customer_id":172384,"tr_customer_product_id":172374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Lora Corkery","mobile_number":"782-535-3003","email_id":"Avis.Bailey@yahoo.com","dop":"2025-11-11","serial_number":"1094561219867106","imei1":"1094561219867106","imei2":"1094561219867106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172368,"job_number":"JOB_172368","tr_customer_id":172385,"tr_customer_product_id":172375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Dejuan Ryan","mobile_number":"215-736-0719","email_id":"Matilda_Schinner@hotmail.com","dop":"2025-11-11","serial_number":"1062712579115908","imei1":"1062712579115908","imei2":"1062712579115908","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172369,"job_number":"JOB_172369","tr_customer_id":172386,"tr_customer_product_id":172376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:04.000Z","modified_at":"2026-01-30T21:01:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10858505714803","imei1":"10858505714803","imei2":"10858505714803","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172371,"job_number":"JOB_172371","tr_customer_id":172388,"tr_customer_product_id":172378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18801734640239","imei1":"18801734640239","imei2":"18801734640239","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172373,"job_number":"JOB_172373","tr_customer_id":172390,"tr_customer_product_id":172380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Nathanael Feest","mobile_number":"581-702-0718","email_id":"Newell.Ruecker85@gmail.com","dop":"2025-11-11","serial_number":"1019670035798362","imei1":"1019670035798362","imei2":"1019670035798362","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172374,"job_number":"JOB_172374","tr_customer_id":172391,"tr_customer_product_id":172381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:06.000Z","modified_at":"2026-01-30T21:01:06.000Z","name":"Jonatan Kovacek","mobile_number":"597-552-8367","email_id":"Shyann92@hotmail.com","dop":"2025-11-11","serial_number":"1083876705435363","imei1":"1083876705435363","imei2":"1083876705435363","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172375,"job_number":"JOB_172375","tr_customer_id":172392,"tr_customer_product_id":172382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:55.000Z","modified_at":"2026-01-30T21:01:55.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19382798276305","imei1":"19382798276305","imei2":"19382798276305","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172377,"job_number":"JOB_172377","tr_customer_id":172394,"tr_customer_product_id":172384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Jeff Daniel","mobile_number":"731-971-2313","email_id":"Citlalli_Green79@hotmail.com","dop":"2025-11-11","serial_number":"1003554905005741","imei1":"1003554905005741","imei2":"1003554905005741","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172378,"job_number":"JOB_172378","tr_customer_id":172395,"tr_customer_product_id":172385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"13390594505839","imei1":"13390594505839","imei2":"13390594505839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172380,"job_number":"JOB_172380","tr_customer_id":172397,"tr_customer_product_id":172387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:59.000Z","modified_at":"2026-01-30T21:01:59.000Z","name":"Barbara Haley","mobile_number":"701-955-7921","email_id":"Demario_Prosacco13@gmail.com","dop":"2025-11-11","serial_number":"1003013042108695","imei1":"1003013042108695","imei2":"1003013042108695","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172381,"job_number":"JOB_172381","tr_customer_id":172398,"tr_customer_product_id":172388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Braxton Hahn","mobile_number":"484-947-3413","email_id":"Jovany.Dickens@yahoo.com","dop":"2025-09-09","serial_number":"17464099579268","imei1":"17464099579268","imei2":"17464099579268","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172382,"job_number":"JOB_172382","tr_customer_id":172399,"tr_customer_product_id":172389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Jayson Waelchi","mobile_number":"676-643-1459","email_id":"Waino.Harber@hotmail.com","dop":"2025-09-09","serial_number":"10724349283095","imei1":"10724349283095","imei2":"10724349283095","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172384,"job_number":"JOB_172384","tr_customer_id":172401,"tr_customer_product_id":172391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Hallie Terry","mobile_number":"593-800-4748","email_id":"Gertrude.Wiegand@yahoo.com","dop":"2025-09-09","serial_number":"18907634480644","imei1":"18907634480644","imei2":"18907634480644","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172385,"job_number":"JOB_172385","tr_customer_id":172402,"tr_customer_product_id":172392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Kristian Brekke","mobile_number":"268-575-9871","email_id":"Angel_Ryan47@hotmail.com","dop":"2025-09-09","serial_number":"16191791754825","imei1":"16191791754825","imei2":"16191791754825","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172387,"job_number":"JOB_172387","tr_customer_id":172404,"tr_customer_product_id":172394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Nakia Gutmann","mobile_number":"327-387-8643","email_id":"Patrick61@hotmail.com","dop":"2025-09-09","serial_number":"14648421748070","imei1":"14648421748070","imei2":"14648421748070","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172388,"job_number":"JOB_172388","tr_customer_id":172405,"tr_customer_product_id":172395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Stevie Schuppe","mobile_number":"611-810-9124","email_id":"Rosina_Sipes46@gmail.com","dop":"2025-09-09","serial_number":"15884008028155","imei1":"15884008028155","imei2":"15884008028155","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172390,"job_number":"JOB_172390","tr_customer_id":172407,"tr_customer_product_id":172397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12380336231274","imei1":"12380336231274","imei2":"12380336231274","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172391,"job_number":"JOB_172391","tr_customer_id":172408,"tr_customer_product_id":172398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17623488511652","imei1":"17623488511652","imei2":"17623488511652","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172394,"job_number":"JOB_172394","tr_customer_id":172411,"tr_customer_product_id":172401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:12.000Z","modified_at":"2026-01-30T21:13:12.000Z","name":"Kiera Kilback","mobile_number":"408-323-1270","email_id":"Dino_Ziemann91@hotmail.com","dop":"2025-11-11","serial_number":"1019205191172153","imei1":"1019205191172153","imei2":"1019205191172153","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172395,"job_number":"JOB_172395","tr_customer_id":172412,"tr_customer_product_id":172402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:13.000Z","modified_at":"2026-01-30T21:13:13.000Z","name":"Maiya Gleason","mobile_number":"757-560-6669","email_id":"Ardith.Corkery@yahoo.com","dop":"2025-11-11","serial_number":"1042383906985789","imei1":"1042383906985789","imei2":"1042383906985789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172396,"job_number":"JOB_172396","tr_customer_id":172413,"tr_customer_product_id":172403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:01.000Z","modified_at":"2026-01-30T21:14:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13027163024313","imei1":"13027163024313","imei2":"13027163024313","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172398,"job_number":"JOB_172398","tr_customer_id":172415,"tr_customer_product_id":172405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:02.000Z","modified_at":"2026-01-30T21:14:02.000Z","name":"Gunnar Luettgen","mobile_number":"633-534-7660","email_id":"Frances.Harvey4@gmail.com","dop":"2025-11-11","serial_number":"1035388738758939","imei1":"1035388738758939","imei2":"1035388738758939","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172399,"job_number":"JOB_172399","tr_customer_id":172416,"tr_customer_product_id":172406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:04.000Z","modified_at":"2026-01-30T21:14:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"11458741487949","imei1":"11458741487949","imei2":"11458741487949","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172401,"job_number":"JOB_172401","tr_customer_id":172418,"tr_customer_product_id":172408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:05.000Z","modified_at":"2026-01-30T21:14:05.000Z","name":"Nona Will","mobile_number":"502-851-5507","email_id":"Lenore82@gmail.com","dop":"2025-11-11","serial_number":"1042056614309208","imei1":"1042056614309208","imei2":"1042056614309208","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172402,"job_number":"JOB_172402","tr_customer_id":172419,"tr_customer_product_id":172409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:51.000Z","modified_at":"2026-01-30T21:14:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12288884825762","imei1":"12288884825762","imei2":"12288884825762","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172404,"job_number":"JOB_172404","tr_customer_id":172421,"tr_customer_product_id":172411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:52.000Z","modified_at":"2026-01-30T21:14:52.000Z","name":"Therese Willms","mobile_number":"661-333-9335","email_id":"Xander.Bernhard@hotmail.com","dop":"2025-11-11","serial_number":"1097629552351341","imei1":"1097629552351341","imei2":"1097629552351341","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172405,"job_number":"JOB_172405","tr_customer_id":172422,"tr_customer_product_id":172412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:56.000Z","modified_at":"2026-01-30T21:14:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19109678251237","imei1":"19109678251237","imei2":"19109678251237","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172407,"job_number":"JOB_172407","tr_customer_id":172424,"tr_customer_product_id":172414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:58.000Z","modified_at":"2026-01-30T21:14:58.000Z","name":"Emmie Crona","mobile_number":"664-669-3179","email_id":"Eveline_Anderson51@yahoo.com","dop":"2025-11-11","serial_number":"1001888845285726","imei1":"1001888845285726","imei2":"1001888845285726","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172408,"job_number":"JOB_172408","tr_customer_id":172425,"tr_customer_product_id":172415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13470588689230","imei1":"13470588689230","imei2":"13470588689230","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172410,"job_number":"JOB_172410","tr_customer_id":172427,"tr_customer_product_id":172417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13218804858463","imei1":"13218804858463","imei2":"13218804858463","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172412,"job_number":"JOB_172412","tr_customer_id":172429,"tr_customer_product_id":172419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:13.000Z","modified_at":"2026-01-30T21:22:13.000Z","name":"Abbigail Bailey","mobile_number":"461-793-3369","email_id":"Kelsi_Koepp@gmail.com","dop":"2025-11-11","serial_number":"1085688234762477","imei1":"1085688234762477","imei2":"1085688234762477","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172413,"job_number":"JOB_172413","tr_customer_id":172430,"tr_customer_product_id":172420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:14.000Z","modified_at":"2026-01-30T21:22:14.000Z","name":"Vida Krajcik","mobile_number":"928-282-9786","email_id":"Cleta46@yahoo.com","dop":"2025-11-11","serial_number":"1018032639573408","imei1":"1018032639573408","imei2":"1018032639573408","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172414,"job_number":"JOB_172414","tr_customer_id":172431,"tr_customer_product_id":172421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:04.000Z","modified_at":"2026-01-30T21:23:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"17799087122617","imei1":"17799087122617","imei2":"17799087122617","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172416,"job_number":"JOB_172416","tr_customer_id":172433,"tr_customer_product_id":172423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:06.000Z","modified_at":"2026-01-30T21:23:06.000Z","name":"Jaida Stark","mobile_number":"254-728-8136","email_id":"Berniece.Lynch@yahoo.com","dop":"2025-11-11","serial_number":"1054391687208445","imei1":"1054391687208445","imei2":"1054391687208445","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172417,"job_number":"JOB_172417","tr_customer_id":172434,"tr_customer_product_id":172424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:07.000Z","modified_at":"2026-01-30T21:23:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16036877650387","imei1":"16036877650387","imei2":"16036877650387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172419,"job_number":"JOB_172419","tr_customer_id":172436,"tr_customer_product_id":172426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:09.000Z","modified_at":"2026-01-30T21:23:09.000Z","name":"Brielle Mills","mobile_number":"870-991-1282","email_id":"Kaelyn.Terry@hotmail.com","dop":"2025-11-11","serial_number":"1082594888102276","imei1":"1082594888102276","imei2":"1082594888102276","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172420,"job_number":"JOB_172420","tr_customer_id":172437,"tr_customer_product_id":172427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:56.000Z","modified_at":"2026-01-30T21:23:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10198504740506","imei1":"10198504740506","imei2":"10198504740506","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172422,"job_number":"JOB_172422","tr_customer_id":172439,"tr_customer_product_id":172429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:58.000Z","modified_at":"2026-01-30T21:23:58.000Z","name":"Elvis Brekke","mobile_number":"744-439-6832","email_id":"Matteo98@yahoo.com","dop":"2025-11-11","serial_number":"1006338842373507","imei1":"1006338842373507","imei2":"1006338842373507","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172423,"job_number":"JOB_172423","tr_customer_id":172440,"tr_customer_product_id":172430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:02.000Z","modified_at":"2026-01-30T21:24:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11921365970512","imei1":"11921365970512","imei2":"11921365970512","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172425,"job_number":"JOB_172425","tr_customer_id":172442,"tr_customer_product_id":172432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:04.000Z","modified_at":"2026-01-30T21:24:04.000Z","name":"Kylie Morissette","mobile_number":"218-266-0912","email_id":"Jonathan_Green@hotmail.com","dop":"2025-11-11","serial_number":"1010315002247731","imei1":"1010315002247731","imei2":"1010315002247731","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172426,"job_number":"JOB_172426","tr_customer_id":172443,"tr_customer_product_id":172433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14799189517485","imei1":"14799189517485","imei2":"14799189517485","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172427,"job_number":"JOB_172427","tr_customer_id":172444,"tr_customer_product_id":172434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13403494756602","imei1":"13403494756602","imei2":"13403494756602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172430,"job_number":"JOB_172430","tr_customer_id":172447,"tr_customer_product_id":172437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:14.000Z","modified_at":"2026-01-30T21:30:14.000Z","name":"Joany Heaney","mobile_number":"645-876-6200","email_id":"Danny.Wuckert17@hotmail.com","dop":"2025-11-11","serial_number":"1045723498591120","imei1":"1045723498591120","imei2":"1045723498591120","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172431,"job_number":"JOB_172431","tr_customer_id":172448,"tr_customer_product_id":172438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:15.000Z","modified_at":"2026-01-30T21:30:15.000Z","name":"Bret Kohler","mobile_number":"667-786-6846","email_id":"Shanna_Leuschke@yahoo.com","dop":"2025-11-11","serial_number":"1016707697266723","imei1":"1016707697266723","imei2":"1016707697266723","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172432,"job_number":"JOB_172432","tr_customer_id":172449,"tr_customer_product_id":172439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:06.000Z","modified_at":"2026-01-30T21:31:06.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19160682946648","imei1":"19160682946648","imei2":"19160682946648","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172434,"job_number":"JOB_172434","tr_customer_id":172451,"tr_customer_product_id":172441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:07.000Z","modified_at":"2026-01-30T21:31:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16993675172270","imei1":"16993675172270","imei2":"16993675172270","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172436,"job_number":"JOB_172436","tr_customer_id":172453,"tr_customer_product_id":172443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:08.000Z","modified_at":"2026-01-30T21:31:08.000Z","name":"Krista Gislason","mobile_number":"681-531-9580","email_id":"Eloy.Boehm7@hotmail.com","dop":"2025-11-11","serial_number":"1070433839883737","imei1":"1070433839883737","imei2":"1070433839883737","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172437,"job_number":"JOB_172437","tr_customer_id":172454,"tr_customer_product_id":172444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:09.000Z","modified_at":"2026-01-30T21:31:09.000Z","name":"Rosemarie Sanford","mobile_number":"880-253-0656","email_id":"Layne.Klein@yahoo.com","dop":"2025-11-11","serial_number":"1015275517496839","imei1":"1015275517496839","imei2":"1015275517496839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172438,"job_number":"JOB_172438","tr_customer_id":172455,"tr_customer_product_id":172445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:00.000Z","modified_at":"2026-01-30T21:32:00.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12247041133689","imei1":"12247041133689","imei2":"12247041133689","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172440,"job_number":"JOB_172440","tr_customer_id":172457,"tr_customer_product_id":172447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:01.000Z","modified_at":"2026-01-30T21:32:01.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14514539913713","imei1":"14514539913713","imei2":"14514539913713","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172442,"job_number":"JOB_172442","tr_customer_id":172459,"tr_customer_product_id":172449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:02.000Z","modified_at":"2026-01-30T21:32:02.000Z","name":"Brando Johns","mobile_number":"651-332-0226","email_id":"Sadye.Heathcote18@yahoo.com","dop":"2025-11-11","serial_number":"1059524821709621","imei1":"1059524821709621","imei2":"1059524821709621","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172443,"job_number":"JOB_172443","tr_customer_id":172460,"tr_customer_product_id":172450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:03.000Z","modified_at":"2026-01-30T21:32:03.000Z","name":"Demetris Hudson","mobile_number":"703-434-8518","email_id":"Marilou78@hotmail.com","dop":"2025-11-11","serial_number":"1062883942937743","imei1":"1062883942937743","imei2":"1062883942937743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172444,"job_number":"JOB_172444","tr_customer_id":172461,"tr_customer_product_id":172451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17005653684316","imei1":"17005653684316","imei2":"17005653684316","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172445,"job_number":"JOB_172445","tr_customer_id":172462,"tr_customer_product_id":172452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13491607371938","imei1":"13491607371938","imei2":"13491607371938","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172448,"job_number":"JOB_172448","tr_customer_id":172465,"tr_customer_product_id":172455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Americo Mayer","mobile_number":"786-863-6481","email_id":"Nicholaus96@yahoo.com","dop":"2025-11-11","serial_number":"1000063185889683","imei1":"1000063185889683","imei2":"1000063185889683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172449,"job_number":"JOB_172449","tr_customer_id":172466,"tr_customer_product_id":172456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Carmen Ratke","mobile_number":"343-844-2520","email_id":"Carter.Mertz@hotmail.com","dop":"2025-11-11","serial_number":"1012684883505661","imei1":"1012684883505661","imei2":"1012684883505661","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172450,"job_number":"JOB_172450","tr_customer_id":172467,"tr_customer_product_id":172457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16971904227788","imei1":"16971904227788","imei2":"16971904227788","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172452,"job_number":"JOB_172452","tr_customer_id":172469,"tr_customer_product_id":172459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10685521963586","imei1":"10685521963586","imei2":"10685521963586","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172454,"job_number":"JOB_172454","tr_customer_id":172471,"tr_customer_product_id":172461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:03.000Z","modified_at":"2026-01-30T21:37:03.000Z","name":"Kamren Ankunding","mobile_number":"769-375-7001","email_id":"Florencio_Harber@hotmail.com","dop":"2025-11-11","serial_number":"1019664931892131","imei1":"1019664931892131","imei2":"1019664931892131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172455,"job_number":"JOB_172455","tr_customer_id":172472,"tr_customer_product_id":172462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:04.000Z","modified_at":"2026-01-30T21:37:04.000Z","name":"Charles Keeling","mobile_number":"981-697-6665","email_id":"Maximillian84@gmail.com","dop":"2025-11-11","serial_number":"1055290347598683","imei1":"1055290347598683","imei2":"1055290347598683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172456,"job_number":"JOB_172456","tr_customer_id":172473,"tr_customer_product_id":172463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:51.000Z","modified_at":"2026-01-30T21:37:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12945046489602","imei1":"12945046489602","imei2":"12945046489602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172458,"job_number":"JOB_172458","tr_customer_id":172475,"tr_customer_product_id":172465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Bettye Schaden","mobile_number":"997-691-5503","email_id":"Kristopher.Toy@hotmail.com","dop":"2025-11-11","serial_number":"1070289095312015","imei1":"1070289095312015","imei2":"1070289095312015","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172459,"job_number":"JOB_172459","tr_customer_id":172476,"tr_customer_product_id":172466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"18293319264389","imei1":"18293319264389","imei2":"18293319264389","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172461,"job_number":"JOB_172461","tr_customer_id":172478,"tr_customer_product_id":172468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:55.000Z","modified_at":"2026-01-30T21:37:55.000Z","name":"Dee Murazik","mobile_number":"706-423-7190","email_id":"Alanis44@gmail.com","dop":"2025-11-11","serial_number":"1026694531423850","imei1":"1026694531423850","imei2":"1026694531423850","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172462,"job_number":"JOB_172462","tr_customer_id":172479,"tr_customer_product_id":172469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"10973495322913","imei1":"10973495322913","imei2":"10973495322913","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172463,"job_number":"JOB_172463","tr_customer_id":172480,"tr_customer_product_id":172470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15893723864107","imei1":"15893723864107","imei2":"15893723864107","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172466,"job_number":"JOB_172466","tr_customer_id":172483,"tr_customer_product_id":172473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:12.000Z","modified_at":"2026-01-30T21:40:12.000Z","name":"Lyla Bailey","mobile_number":"366-914-4691","email_id":"Janie.Keeling@hotmail.com","dop":"2025-11-11","serial_number":"1081559480008277","imei1":"1081559480008277","imei2":"1081559480008277","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172467,"job_number":"JOB_172467","tr_customer_id":172484,"tr_customer_product_id":172474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:13.000Z","modified_at":"2026-01-30T21:40:13.000Z","name":"Elnora Aufderhar","mobile_number":"690-479-0121","email_id":"Tyson_Kertzmann@gmail.com","dop":"2025-11-11","serial_number":"1038840095214232","imei1":"1038840095214232","imei2":"1038840095214232","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172468,"job_number":"JOB_172468","tr_customer_id":172485,"tr_customer_product_id":172475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:01.000Z","modified_at":"2026-01-30T21:41:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13710119597372","imei1":"13710119597372","imei2":"13710119597372","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172470,"job_number":"JOB_172470","tr_customer_id":172487,"tr_customer_product_id":172477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:03.000Z","modified_at":"2026-01-30T21:41:03.000Z","name":"Kyler Fadel","mobile_number":"581-995-7875","email_id":"Libbie82@yahoo.com","dop":"2025-11-11","serial_number":"1034173842967338","imei1":"1034173842967338","imei2":"1034173842967338","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172471,"job_number":"JOB_172471","tr_customer_id":172488,"tr_customer_product_id":172478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:04.000Z","modified_at":"2026-01-30T21:41:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15109978046538","imei1":"15109978046538","imei2":"15109978046538","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172473,"job_number":"JOB_172473","tr_customer_id":172490,"tr_customer_product_id":172480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:06.000Z","modified_at":"2026-01-30T21:41:06.000Z","name":"Bryce Sanford","mobile_number":"795-252-6990","email_id":"Vernie.Daugherty@gmail.com","dop":"2025-11-11","serial_number":"1028638921414980","imei1":"1028638921414980","imei2":"1028638921414980","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172474,"job_number":"JOB_172474","tr_customer_id":172491,"tr_customer_product_id":172481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:51.000Z","modified_at":"2026-01-30T21:41:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11082471020799","imei1":"11082471020799","imei2":"11082471020799","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172476,"job_number":"JOB_172476","tr_customer_id":172493,"tr_customer_product_id":172483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:53.000Z","modified_at":"2026-01-30T21:41:53.000Z","name":"Ali Reichel","mobile_number":"849-668-0008","email_id":"Johanna.Farrell42@hotmail.com","dop":"2025-11-11","serial_number":"1028378663737736","imei1":"1028378663737736","imei2":"1028378663737736","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172477,"job_number":"JOB_172477","tr_customer_id":172494,"tr_customer_product_id":172484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:57.000Z","modified_at":"2026-01-30T21:41:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14858381830422","imei1":"14858381830422","imei2":"14858381830422","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172479,"job_number":"JOB_172479","tr_customer_id":172496,"tr_customer_product_id":172486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:59.000Z","modified_at":"2026-01-30T21:41:59.000Z","name":"Layla Armstrong","mobile_number":"442-259-3691","email_id":"Damon56@gmail.com","dop":"2025-11-11","serial_number":"1045705744493742","imei1":"1045705744493742","imei2":"1045705744493742","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172480,"job_number":"JOB_172480","tr_customer_id":172497,"tr_customer_product_id":172487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:05.000Z","modified_at":"2026-01-30T23:45:05.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-20T23:45:05.112763470Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172481,"job_number":"JOB_172481","tr_customer_id":172498,"tr_customer_product_id":172488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:06.000Z","modified_at":"2026-01-30T23:45:06.000Z","name":"Deependra Butt","mobile_number":"7071457248","email_id":"ameyatma.chaturvedi@gmail.com","dop":"2026-01-20","serial_number":"668187475715156","imei1":"668187475715156","imei2":"668187475715156","popurl":"www.amarnath-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172482,"job_number":"JOB_172482","tr_customer_id":172499,"tr_customer_product_id":172489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:47:30.000Z","modified_at":"2026-01-30T23:47:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-20T23:47:30.012228242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:47.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172087,"job_number":"JOB_172087","tr_customer_id":172104,"tr_customer_product_id":172094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:17.000Z","modified_at":"2026-01-30T20:07:17.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Soledad_Larkin3@hotmail.com","dop":"2025-07-02","serial_number":"12225525954316","imei1":"12225525954316","imei2":"12225525954316","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | df035a2a-6b64-4b10-ad0a-a84cdbaf7a50 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 59 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-O9t+5XbAgAmVst72S43ERFzsUzw" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| If-None-Match | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 23f5f8c0-699f-4a26-8c5a-d5c4ac2c3604 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| If-None-Match | W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4f8046dd-7911-4943-a3a9-c3f1955f2fdd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 163 |
| ETag | W/"a3-GiSbbNcigYzmkQoIvoWJUpkqRBg" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":11}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 725b44a3-24ab-4188-82e0-a5abab114e25 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"133a-Hx1kEBFZJZVZfXc0Xyc6NUvhFrc" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:14:43.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:44.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | a3f826ee-a5d4-44c8-90a5-b49784acb848 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 34 |
{"details_key":"repair_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| If-None-Match | W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4dce82f7-7b8d-4c4c-8426-23c92ed33573 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"12ae-/mNzKF0rEEyF1EOUxsPKBGaznnQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172512,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:46.000Z"}],"quatations":[]},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":19,"name":"Front camera not working","tr_job_head_id":172507,"remark":"Camera is not working properly. ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:37.000Z"}],"quatations":[]},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172505,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:37.000Z"}],"quatations":[]},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:44.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172500,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:32.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | b3cbc146-ad5c-4adc-8f72-79aa0636b6bb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 060b2b01-ce37-41cb-bc20-d15f418fbe01 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 133 |
{
"job_id": 172512,
"problems": [
{
"id": 1,
"remark": "updated os"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTB9.uAMefvwQS69adnV3ACG_8ZbDWFXZvPxn6ppXnxRAehk |
| Connection | keep-alive |
| If-None-Match | W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 8d5f8bc9-c89f-45ea-b833-0d6cbdce7d96 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"e1a-j9G+0zky4ubewo1AduJPHGEs1u0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":19,"name":"Front camera not working","tr_job_head_id":172507,"remark":"Camera is not working properly. ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:37.000Z"}],"quatations":[]},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172505,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:37.000Z"}],"quatations":[]},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:44.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172500,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:32.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 3729b21f-fd88-4c4c-8f6d-33967bf6afa3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 42 |
{"username":"iamqc","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-z+pxdusFHXVpu1yqJa6xM8UKgkw" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| If-None-Match | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 0e9481b0-aa71-4659-98d5-8efdce69af51 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| If-None-Match | W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 194b1168-642b-48fc-915e-3341a82cf564 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 201 |
| ETag | W/"c9-rVLHbj8yZ02bo86HXUUxYRg+G+g" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":4},{"label":"QC Completed","key":"qc_completed","count":10},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | c397c6a8-3970-40f0-8918-4a4971acc239 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 320b8348-b18c-4f75-b9da-9496de17e65f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"26d2-Voze4lQAcMg4fkads1hq/mm1hIU" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 462c0bc6-61d9-4769-8a94-b46bd902db18 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"faa-6lB7HLeEM1dSFZZxTsAtllibyJI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:14:51.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:53.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9f3577b1-8c2f-4654-93a0-1dcfc31fa4bb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 26 |
{
"job_id": 172512
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjg5M30.oJQvceceKDrGde--M0fSadW2q5SCdtjiizm-N0WXwaM |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | d7989816-28bd-43cf-90fa-90a7cab17983 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bd3-iGkISxBfkQ+6Jy4wdPBmHL7o/ZI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:14:51.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:53.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 8f1a898d-4a3b-401f-b6ae-66b89a2ea190 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-8fFqv1/76Al1ZHLY5yOLrePUc1Q" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTZ9.i9NRmllAzpsYzUrs5aTaQwxykTEZfm9E91tewHiH2N0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| If-None-Match | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 560bf7a9-a768-45c2-b03f-5e1df361e9ba |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| If-None-Match | W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 170ff9eb-2f91-4814-a9fb-1266ca99ea2c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-BDwcjL+6sI7y8R33PlnmQszpgBQ" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":35},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 42ad883a-a6de-405b-95f2-b180f763baad |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"ba3-o8eY5yLL+u75rinMHjzybk8Vb3s" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 993303d4-b336-4af6-88db-48699c50b40f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"ba3-o8eY5yLL+u75rinMHjzybk8Vb3s" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4a134992-fc19-4fc7-b546-c24aa5d5da04 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 26 |
{
"job_id": 172512
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| If-None-Match | W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | b301531f-f04e-4fa4-9845-f6f20baee156 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7d5-+xYiRxG7eNE+n+qP3bnDNn4qB80" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| If-None-Match | W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 5137be53-3d76-45ff-b02c-387374a07315 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-bSnBC/TkdhPHedT3Yr63Mn95qPo" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":36},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 0cc98e3d-d530-4c9e-aa2a-6b26672bbf2d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"8c11-SVFGwaNHQ+4Fr+oeI4uRzgb6oF0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:52.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:14:51.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:53.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:47.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:14:49.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:14:56.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_151329"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 2ad3666c-2e4e-449c-8785-fe2e9b5bae3e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 27 |
{"searchText":"JOB_172512"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1007 |
| ETag | W/"3ef-aDt02U9M3cebYa4H5D3FzlrsL0c" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4ODR9.qFOyu3yUl4tEc2QIdzYrpS28EkKkj4uPOYtmq4DXpvc |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 35cde5d8-c030-4480-a13c-e47eb7f821ff |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"a3a-9HxRwiqmN3Ujc6i0v53Ne2eO0Ow" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:14:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":659084,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-31T04:14:46.000Z","created_at":"2026-01-31T04:14:46.000Z"},{"id":659085,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-31T04:14:46.000Z","created_at":"2026-01-31T04:14:46.000Z"},{"id":659099,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-31T04:14:50.000Z","created_at":"2026-01-31T04:14:50.000Z"},{"id":659108,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-31T04:14:52.000Z","created_at":"2026-01-31T04:14:52.000Z"},{"id":659112,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-31T04:14:55.000Z","created_at":"2026-01-31T04:14:55.000Z"},{"id":659117,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-31T04:14:57.000Z","created_at":"2026-01-31T04:14:57.000Z"},{"id":659118,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-31T04:14:57.000Z","created_at":"2026-01-31T04:14:57.000Z"}],"problems":[{"id":155473,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:46.000Z"},{"id":155482,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-31T04:14:52.000Z"}],"quatations":[]}}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f0234de4-98d4-4f5e-8cd5-2efb19f558c2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-RR3LiAkPAd1p+q9COGlxpjqu9Zk" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the status code is 200 | 1 | 0 | 0 |
| verify if the response message is Success | 1 | 0 | 0 |
| verify if the response time is less than 100 | 0 | 1 | 0 |
| verify if the response token is not null | 1 | 0 | 0 |
| Total | 3 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the response time is less than 100 | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0b0bd7ed-b57c-4b86-b751-bfb80a1fd640 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 72 |
{
"username": "iamfdinvalid",
"password": "invalidPassword"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the status code is 401 | 0 | 1 | 0 |
| verify error message | 1 | 0 | 0 |
| validate json schema response | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e1ac80d8-3019-4c26-b000-f13cd7131e90 |
| Host | |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5faa0547-7f25-4d7e-8ee2-0ba91f82b7a1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-24D1KCnGydaeayLfec8x8CyW0Rg" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":36},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | db1575ce-dc43-4cb5-adf6-70716e780a3f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-24D1KCnGydaeayLfec8x8CyW0Rg" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:14:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":36},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify status code is 200 | 1 | 0 | 0 |
| verify if the keys are present in response data array | 1 | 0 | 0 |
| Verify if the count for the json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4761601a-52de-4858-9cde-82a429decae6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e15a754c-5fbb-4d1d-931b-d33aab96c859 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify whether the key mst_oem is present in the response | 1 | 0 | 0 |
| verify if the key is storing a non empty array | 0 | 1 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the key is storing a non empty array | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 666b3479-0238-4212-9741-3b828db363ef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1038 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Praj",
"last_name": "Test",
"mobile_number": "1234567891",
"mobile_number_alt": "",
"email_id": "praj22@test.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "56",
"apartment_name": "ress",
"street_name": "4th Cross Road",
"landmark": "data",
"area": "4567",
"pincode": "560066",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2026-01-09T18:30:00.000Z",
"serial_number": "12345678567567",
"imei1": "11667914551876",
"imei2": "11667914551876",
"popurl": "2026-01-09T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 1
},
"problems": [
{
"id": 1,
"remark": "phone slow"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-KhXym8kA87Pa8DGGFHKjxJtrqoU" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":172536,"tr_customer_product_id":172526,"job_number":"JOB_172519"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2f5c6bdd-61a8-4f70-92fb-eb9074c47e93 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1038 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Praj",
"last_name": "Test",
"mobile_number": "1234567891",
"mobile_number_alt": "",
"email_id": "praj22@test.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "56",
"apartment_name": "ress",
"street_name": "4th Cross Road",
"landmark": "data",
"area": "4567",
"pincode": "560066",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2026-01-09T18:30:00.000Z",
"serial_number": "12345678567567",
"imei1": "13017479280725",
"imei2": "13017479280725",
"popurl": "2026-01-09T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 1
},
"problems": [
{
"id": 1,
"remark": "phone slow"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-xc48ryz4S2DZZsOu7qNspKvgFxI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":172537,"tr_customer_product_id":172527,"job_number":"JOB_172520"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 76f86e80-8990-4dfe-bec8-59573e1caa00 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-WKW0MO32RPYc4jPSIIlxR3bWOMU" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":39},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the count for the created job today is incremented | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Cache-Control | no-cache |
| Postman-Token | 9a5ae5ce-bec6-48ed-bca2-39a0abc02890 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"9b6a-ZJEl+OBnZrG0A0zwjsgjdpO9hls" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:14:51.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:53.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:59.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_151330"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Cache-Control | no-cache |
| Postman-Token | d5c0e12c-3b6c-480c-af75-7e2d7cda9315 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 27 |
{"searchText":"JOB_172520"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1014 |
| ETag | W/"3f6-OQD6lEOxc8mKnrn5P2ZTMPdf56A" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5f905473-d337-4c02-9198-1b253b47d71c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f5a7a3e-9c1e-4c45-bb32-7e622834ad59 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{"username":"iamsup","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-GFhJAdD1GuDsicHCf4rj+NLsr6s" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0 |
| Connection | keep-alive |
| If-None-Match | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 44c1f6e2-26ea-47bd-9921-14e1a5dba198 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0 |
| Connection | keep-alive |
| If-None-Match | W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 672efdfb-0334-4f2b-be6c-c0246607e09f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-QNuBkAk9ukaUqlMyu95vXLaqNPU" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":336},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":3}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e02fffd7-b622-475d-973d-71d1023d221b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"520be-nqlrx3hod60jMB4+M5qAZfPMr+8" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172088,"job_number":"JOB_172088","tr_customer_id":172105,"tr_customer_product_id":172095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:23.000Z","modified_at":"2026-01-30T20:07:23.000Z","name":"Paramartha Panicker","mobile_number":"9638538681","email_id":"minakshi.nayar@gmail.com","dop":"2026-01-21","serial_number":"42173866545359","imei1":"42173866545359","imei2":"42173866545359","popurl":"www.chandni-mehra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172089,"job_number":"JOB_172089","tr_customer_id":172106,"tr_customer_product_id":172096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Deontae Jaskolski","mobile_number":"412-730-5442","email_id":"Seth72@hotmail.com","dop":"2025-09-09","serial_number":"17487191592236","imei1":"17487191592236","imei2":"17487191592236","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172090,"job_number":"JOB_172090","tr_customer_id":172107,"tr_customer_product_id":172097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Jerad Carter","mobile_number":"941-631-9761","email_id":"Lewis_Grant@hotmail.com","dop":"2025-09-09","serial_number":"15843514646085","imei1":"15843514646085","imei2":"15843514646085","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172092,"job_number":"JOB_172092","tr_customer_id":172109,"tr_customer_product_id":172099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Chaim Orn","mobile_number":"681-436-5011","email_id":"Crystel.OKeefe59@yahoo.com","dop":"2025-09-09","serial_number":"18100781238109","imei1":"18100781238109","imei2":"18100781238109","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172093,"job_number":"JOB_172093","tr_customer_id":172110,"tr_customer_product_id":172100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Linwood Swift","mobile_number":"956-838-6893","email_id":"George.Jenkins@yahoo.com","dop":"2025-09-09","serial_number":"15265346979489","imei1":"15265346979489","imei2":"15265346979489","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172095,"job_number":"JOB_172095","tr_customer_id":172112,"tr_customer_product_id":172102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Braeden Johnston","mobile_number":"938-446-9069","email_id":"Izabella_Hermann89@gmail.com","dop":"2025-09-09","serial_number":"19219071546262","imei1":"19219071546262","imei2":"19219071546262","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172096,"job_number":"JOB_172096","tr_customer_id":172113,"tr_customer_product_id":172103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Autumn Tillman","mobile_number":"258-665-7285","email_id":"Amie61@gmail.com","dop":"2025-09-09","serial_number":"14633689500051","imei1":"14633689500051","imei2":"14633689500051","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172098,"job_number":"JOB_172098","tr_customer_id":172115,"tr_customer_product_id":172105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Jagmeet Adiga","mobile_number":"9923534746","email_id":"charumati.mehra@yahoo.co.in","dop":"2026-01-21","serial_number":"20049842989654","imei1":"20049842989654","imei2":"20049842989654","popurl":"www.vidhur-dhawan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172099,"job_number":"JOB_172099","tr_customer_id":172116,"tr_customer_product_id":172106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Shubhaprada Ahuja","mobile_number":"9687123714","email_id":"chinmayanand.joshi@yahoo.co.in","dop":"2026-01-21","serial_number":"31459086180514","imei1":"31459086180514","imei2":"31459086180514","popurl":"www.diptendu-chaturvedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172100,"job_number":"JOB_172100","tr_customer_id":172117,"tr_customer_product_id":172107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Rohana Sinha","mobile_number":"9609256942","email_id":"shresthi.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"69884065036622","imei1":"69884065036622","imei2":"69884065036622","popurl":"www.shakti-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172101,"job_number":"JOB_172101","tr_customer_id":172118,"tr_customer_product_id":172108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Suresh Gill","mobile_number":"9982804417","email_id":"prayag.desai@gmail.com","dop":"2026-01-21","serial_number":"91971265105814","imei1":"91971265105814","imei2":"91971265105814","popurl":"www.gopi-achari.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172102,"job_number":"JOB_172102","tr_customer_id":172119,"tr_customer_product_id":172109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Agniprava Bhat","mobile_number":"9520056788","email_id":"sloka.dutta@yahoo.co.in","dop":"2026-01-21","serial_number":"11713024954620","imei1":"11713024954620","imei2":"11713024954620","popurl":"www.jitender-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172103,"job_number":"JOB_172103","tr_customer_id":172120,"tr_customer_product_id":172110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Anilaabh Trivedi","mobile_number":"9383135960","email_id":"ananta.guneta@hotmail.com","dop":"2026-01-21","serial_number":"58990575976000","imei1":"58990575976000","imei2":"58990575976000","popurl":"www.bhaswar-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172104,"job_number":"JOB_172104","tr_customer_id":172121,"tr_customer_product_id":172111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Gita Abbott","mobile_number":"9519015517","email_id":"deevakar.patil@yahoo.co.in","dop":"2026-01-21","serial_number":"16933727488809","imei1":"16933727488809","imei2":"16933727488809","popurl":"www.adhiraj-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172105,"job_number":"JOB_172105","tr_customer_id":172122,"tr_customer_product_id":172112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Harinarayan Kapoor","mobile_number":"9040523473","email_id":"ekdant.bharadwaj@yahoo.co.in","dop":"2026-01-21","serial_number":"71236426118809","imei1":"71236426118809","imei2":"71236426118809","popurl":"www.divjot-acharya.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172106,"job_number":"JOB_172106","tr_customer_id":172123,"tr_customer_product_id":172113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Jahnu Shah","mobile_number":"9328598220","email_id":"umang.kapoor@hotmail.com","dop":"2026-01-21","serial_number":"58100371873145","imei1":"58100371873145","imei2":"58100371873145","popurl":"www.bhooshan-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172107,"job_number":"JOB_172107","tr_customer_id":172124,"tr_customer_product_id":172114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:54.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Abhaya Somayaji","mobile_number":"9762644275","email_id":"anagh.jha@hotmail.com","dop":"2026-01-21","serial_number":"85162660112231","imei1":"85162660112231","imei2":"85162660112231","popurl":"www.trilochana-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172108,"job_number":"JOB_172108","tr_customer_id":172125,"tr_customer_product_id":172115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Dinesh Mukhopadhyay","mobile_number":"9276744612","email_id":"daksha.marar@yahoo.co.in","dop":"2026-01-21","serial_number":"30886075018822","imei1":"30886075018822","imei2":"30886075018822","popurl":"www.lai-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172109,"job_number":"JOB_172109","tr_customer_id":172126,"tr_customer_product_id":172116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhavani Saini","mobile_number":"9214866946","email_id":"ambar.nair@gmail.com","dop":"2026-01-21","serial_number":"38130786068858","imei1":"38130786068858","imei2":"38130786068858","popurl":"www.dev-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172110,"job_number":"JOB_172110","tr_customer_id":172127,"tr_customer_product_id":172117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhaanumati Bharadwaj","mobile_number":"9545596634","email_id":"rakesh.panicker@gmail.com","dop":"2026-01-21","serial_number":"37082793557698","imei1":"37082793557698","imei2":"37082793557698","popurl":"www.chandani-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172111,"job_number":"JOB_172111","tr_customer_id":172128,"tr_customer_product_id":172118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Baala Agarwal","mobile_number":"9403844816","email_id":"anjali.devar@yahoo.co.in","dop":"2026-01-21","serial_number":"03485339678306","imei1":"03485339678306","imei2":"03485339678306","popurl":"www.trisha-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172113,"job_number":"JOB_172113","tr_customer_id":172130,"tr_customer_product_id":172120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Chandravati Tagore","mobile_number":"9589323066","email_id":"brahmabrata.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"05718428035637","imei1":"05718428035637","imei2":"05718428035637","popurl":"www.atmananda-agarwal.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172114,"job_number":"JOB_172114","tr_customer_id":172131,"tr_customer_product_id":172121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Drona Nayar","mobile_number":"9191687356","email_id":"bandhul.khatri@hotmail.com","dop":"2026-01-21","serial_number":"65246410899430","imei1":"65246410899430","imei2":"65246410899430","popurl":"www.tejas-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172115,"job_number":"JOB_172115","tr_customer_id":172132,"tr_customer_product_id":172122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Pranay Butt","mobile_number":"9050974722","email_id":"brahmabrata.kakkar@gmail.com","dop":"2026-01-21","serial_number":"65217361590561","imei1":"65217361590561","imei2":"65217361590561","popurl":"www.anaadi-achari.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172116,"job_number":"JOB_172116","tr_customer_id":172133,"tr_customer_product_id":172123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Aaratrika Menon","mobile_number":"9968179183","email_id":"bhagwanti.chattopadhyay@hotmail.com","dop":"2026-01-21","serial_number":"83528921934503","imei1":"83528921934503","imei2":"83528921934503","popurl":"www.manik-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172117,"job_number":"JOB_172117","tr_customer_id":172134,"tr_customer_product_id":172124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Sudeva Sinha","mobile_number":"9162167490","email_id":"shwet.bhattacharya@yahoo.co.in","dop":"2026-01-21","serial_number":"42815062850287","imei1":"42815062850287","imei2":"42815062850287","popurl":"www.amrita-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172118,"job_number":"JOB_172118","tr_customer_id":172135,"tr_customer_product_id":172125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Deenabandhu Desai","mobile_number":"9036496917","email_id":"kailash.jain@hotmail.com","dop":"2026-01-21","serial_number":"44941087297112","imei1":"44941087297112","imei2":"44941087297112","popurl":"www.dipankar-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172119,"job_number":"JOB_172119","tr_customer_id":172136,"tr_customer_product_id":172126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Rohit Chattopadhyay","mobile_number":"9044745815","email_id":"kashyapi.pothuvaal@hotmail.com","dop":"2026-01-21","serial_number":"15442620243223","imei1":"15442620243223","imei2":"15442620243223","popurl":"www.adhiraj-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172120,"job_number":"JOB_172120","tr_customer_id":172137,"tr_customer_product_id":172127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Gatik Mehrotra","mobile_number":"9406212150","email_id":"dharani.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"99753802233250","imei1":"99753802233250","imei2":"99753802233250","popurl":"www.garuda-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172122,"job_number":"JOB_172122","tr_customer_id":172139,"tr_customer_product_id":172129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dharmaketu Asan","mobile_number":"9258158661","email_id":"chandira.dubashi@gmail.com","dop":"2026-01-21","serial_number":"38015642851765","imei1":"38015642851765","imei2":"38015642851765","popurl":"www.pushti-patil.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172123,"job_number":"JOB_172123","tr_customer_id":172140,"tr_customer_product_id":172130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rajinder Singh","mobile_number":"9747207727","email_id":"asha.saini@hotmail.com","dop":"2026-01-21","serial_number":"61773645565565","imei1":"61773645565565","imei2":"61773645565565","popurl":"www.baijayanti-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172125,"job_number":"JOB_172125","tr_customer_id":172142,"tr_customer_product_id":172132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tushar Shukla","mobile_number":"9927119308","email_id":"girish.malik@hotmail.com","dop":"2026-01-21","serial_number":"21741910409620","imei1":"21741910409620","imei2":"21741910409620","popurl":"www.bhilangana-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172126,"job_number":"JOB_172126","tr_customer_id":172143,"tr_customer_product_id":172133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dulari Nehru","mobile_number":"9038350295","email_id":"jitender.jha@hotmail.com","dop":"2026-01-21","serial_number":"39275586928240","imei1":"39275586928240","imei2":"39275586928240","popurl":"www.bhasvan-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172127,"job_number":"JOB_172127","tr_customer_id":172144,"tr_customer_product_id":172134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tanushri Embranthiri","mobile_number":"9809040713","email_id":"chetan.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"76869343568844","imei1":"76869343568844","imei2":"76869343568844","popurl":"www.diksha-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172129,"job_number":"JOB_172129","tr_customer_id":172146,"tr_customer_product_id":172136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rohan Pilla","mobile_number":"9629358891","email_id":"adripathi.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"56195657003023","imei1":"56195657003023","imei2":"56195657003023","popurl":"www.draupadi-pandey.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172130,"job_number":"JOB_172130","tr_customer_id":172147,"tr_customer_product_id":172137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Narinder Sethi","mobile_number":"9834302884","email_id":"achalesvara.mehra@hotmail.com","dop":"2026-01-21","serial_number":"97755871571579","imei1":"97755871571579","imei2":"97755871571579","popurl":"www.chandradev-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172132,"job_number":"JOB_172132","tr_customer_id":172149,"tr_customer_product_id":172139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rageswari Dubashi","mobile_number":"9400344510","email_id":"menka.asan@gmail.com","dop":"2026-01-21","serial_number":"05293696947247","imei1":"05293696947247","imei2":"05293696947247","popurl":"www.bhagwanti-ahluwalia.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172133,"job_number":"JOB_172133","tr_customer_id":172150,"tr_customer_product_id":172140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Sushil Menon","mobile_number":"9872525129","email_id":"ranjit.reddy@gmail.com","dop":"2026-01-21","serial_number":"72985551186766","imei1":"72985551186766","imei2":"72985551186766","popurl":"www.achyut-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172134,"job_number":"JOB_172134","tr_customer_id":172151,"tr_customer_product_id":172141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Giri Nair","mobile_number":"9561524080","email_id":"chaanakya.kaul@yahoo.co.in","dop":"2026-01-21","serial_number":"25249007451480","imei1":"25249007451480","imei2":"25249007451480","popurl":"www.shakti-bandopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172135,"job_number":"JOB_172135","tr_customer_id":172152,"tr_customer_product_id":172142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Bhagavaan Panicker","mobile_number":"9362922300","email_id":"bilwa.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"48670860149450","imei1":"48670860149450","imei2":"48670860149450","popurl":"www.deven-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172136,"job_number":"JOB_172136","tr_customer_id":172153,"tr_customer_product_id":172143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Balagopal Mishra","mobile_number":"9472068553","email_id":"bhisham.sethi@yahoo.co.in","dop":"2026-01-21","serial_number":"67627404929279","imei1":"67627404929279","imei2":"67627404929279","popurl":"www.sher-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172137,"job_number":"JOB_172137","tr_customer_id":172154,"tr_customer_product_id":172144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Jaya Ganaka","mobile_number":"9435698175","email_id":"baalaaditya.menon@yahoo.co.in","dop":"2026-01-21","serial_number":"39503159081337","imei1":"39503159081337","imei2":"39503159081337","popurl":"www.naval-sharma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172138,"job_number":"JOB_172138","tr_customer_id":172155,"tr_customer_product_id":172145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Manik Pothuvaal","mobile_number":"9552700881","email_id":"bhooshan.sinha@hotmail.com","dop":"2026-01-21","serial_number":"48328837137420","imei1":"48328837137420","imei2":"48328837137420","popurl":"www.sher-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172140,"job_number":"JOB_172140","tr_customer_id":172157,"tr_customer_product_id":172147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Dwaipayan Singh","mobile_number":"9397608583","email_id":"jagathi.singh@gmail.com","dop":"2026-01-21","serial_number":"23400709927514","imei1":"23400709927514","imei2":"23400709927514","popurl":"www.ranjit-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172142,"job_number":"JOB_172142","tr_customer_id":172159,"tr_customer_product_id":172149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Kamla Ahuja","mobile_number":"9123844307","email_id":"brajesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"14307912361229","imei1":"14307912361229","imei2":"14307912361229","popurl":"www.ayushmati-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172143,"job_number":"JOB_172143","tr_customer_id":172160,"tr_customer_product_id":172150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amarnath Khatri","mobile_number":"9090248071","email_id":"prem.acharya@hotmail.com","dop":"2026-01-21","serial_number":"88080015267681","imei1":"88080015267681","imei2":"88080015267681","popurl":"www.kama-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172144,"job_number":"JOB_172144","tr_customer_id":172161,"tr_customer_product_id":172151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Baidehi Reddy","mobile_number":"9247722309","email_id":"bhooshit.kaul@hotmail.com","dop":"2026-01-21","serial_number":"30785377076931","imei1":"30785377076931","imei2":"30785377076931","popurl":"www.pushti-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172145,"job_number":"JOB_172145","tr_customer_id":172162,"tr_customer_product_id":172152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amrita Achari","mobile_number":"9370379293","email_id":"anilabh.achari@gmail.com","dop":"2026-01-21","serial_number":"20380715263538","imei1":"20380715263538","imei2":"20380715263538","popurl":"www.mahesh-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172146,"job_number":"JOB_172146","tr_customer_id":172163,"tr_customer_product_id":172153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Bhardwaj Prajapat","mobile_number":"9276693823","email_id":"bhagwati.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"74769407112890","imei1":"74769407112890","imei2":"74769407112890","popurl":"www.aayushmaan-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172147,"job_number":"JOB_172147","tr_customer_id":172164,"tr_customer_product_id":172154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Devika Guneta","mobile_number":"9683320287","email_id":"kanaka.dhawan@gmail.com","dop":"2026-01-21","serial_number":"28463357278713","imei1":"28463357278713","imei2":"28463357278713","popurl":"www.urmila-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172148,"job_number":"JOB_172148","tr_customer_id":172165,"tr_customer_product_id":172155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Garud Sharma","mobile_number":"9826210786","email_id":"balgopal.ahuja@gmail.com","dop":"2026-01-21","serial_number":"58320378315328","imei1":"58320378315328","imei2":"58320378315328","popurl":"www.deveshwar-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172149,"job_number":"JOB_172149","tr_customer_id":172166,"tr_customer_product_id":172156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Kamlesh Nambeesan","mobile_number":"9571031714","email_id":"girja.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"76574151337483","imei1":"76574151337483","imei2":"76574151337483","popurl":"www.daiwik-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172151,"job_number":"JOB_172151","tr_customer_id":172168,"tr_customer_product_id":172158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Samir Chattopadhyay","mobile_number":"9406334142","email_id":"atmananda.saini@hotmail.com","dop":"2026-01-21","serial_number":"06907667110038","imei1":"06907667110038","imei2":"06907667110038","popurl":"www.minakshi-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172152,"job_number":"JOB_172152","tr_customer_id":172169,"tr_customer_product_id":172159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Bhupen Somayaji","mobile_number":"9828413526","email_id":"sanjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"21911814409204","imei1":"21911814409204","imei2":"21911814409204","popurl":"www.avani-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172154,"job_number":"JOB_172154","tr_customer_id":172171,"tr_customer_product_id":172161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chandra Tagore","mobile_number":"9282196326","email_id":"dhyaneshwar.guneta@hotmail.com","dop":"2026-01-21","serial_number":"40037908951257","imei1":"40037908951257","imei2":"40037908951257","popurl":"www.chidaatma-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172155,"job_number":"JOB_172155","tr_customer_id":172172,"tr_customer_product_id":172162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Uma Arora","mobile_number":"9476564032","email_id":"chidambaram.tagore@gmail.com","dop":"2026-01-21","serial_number":"68990895641704","imei1":"68990895641704","imei2":"68990895641704","popurl":"www.sucheta-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172156,"job_number":"JOB_172156","tr_customer_id":172173,"tr_customer_product_id":172163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chitrangada Patel","mobile_number":"9909332621","email_id":"dandapaani.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"91167544797495","imei1":"91167544797495","imei2":"91167544797495","popurl":"www.chandran-kaniyar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172157,"job_number":"JOB_172157","tr_customer_id":172174,"tr_customer_product_id":172164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Vishnu Jha","mobile_number":"9698443820","email_id":"manoj.mahajan@hotmail.com","dop":"2026-01-21","serial_number":"68743232382050","imei1":"68743232382050","imei2":"68743232382050","popurl":"www.kali-kaul.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172158,"job_number":"JOB_172158","tr_customer_id":172175,"tr_customer_product_id":172165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Indra Namboothiri","mobile_number":"9024687617","email_id":"soma.dutta@hotmail.com","dop":"2026-01-21","serial_number":"26963206017347","imei1":"26963206017347","imei2":"26963206017347","popurl":"www.dulari-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172159,"job_number":"JOB_172159","tr_customer_id":172176,"tr_customer_product_id":172166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Gauraang Namboothiri","mobile_number":"9414096407","email_id":"tarun.prajapat@gmail.com","dop":"2026-01-21","serial_number":"49884237123736","imei1":"49884237123736","imei2":"49884237123736","popurl":"www.meghnath-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172160,"job_number":"JOB_172160","tr_customer_id":172177,"tr_customer_product_id":172167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Agasti Singh","mobile_number":"9690145112","email_id":"chidaakaash.namboothiri@hotmail.com","dop":"2026-01-21","serial_number":"65298665423073","imei1":"65298665423073","imei2":"65298665423073","popurl":"www.dulari-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172161,"job_number":"JOB_172161","tr_customer_id":172178,"tr_customer_product_id":172168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhagwati Mehra","mobile_number":"9447357516","email_id":"gitanjali.talwar@yahoo.co.in","dop":"2026-01-21","serial_number":"90854106806549","imei1":"90854106806549","imei2":"90854106806549","popurl":"www.vishwamitra-kaur.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172162,"job_number":"JOB_172162","tr_customer_id":172179,"tr_customer_product_id":172169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Girija Verma","mobile_number":"9602585273","email_id":"kashyapi.embranthiri@yahoo.co.in","dop":"2026-01-21","serial_number":"18048843813740","imei1":"18048843813740","imei2":"18048843813740","popurl":"www.sarisha-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172163,"job_number":"JOB_172163","tr_customer_id":172180,"tr_customer_product_id":172170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Nirbhay Prajapat","mobile_number":"9983076031","email_id":"acharyanandana.agarwal@gmail.com","dop":"2026-01-21","serial_number":"33146266105000","imei1":"33146266105000","imei2":"33146266105000","popurl":"www.harit-chopra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172164,"job_number":"JOB_172164","tr_customer_id":172181,"tr_customer_product_id":172171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Kamalesh Nair","mobile_number":"9450740067","email_id":"sarvin.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"13162052001178","imei1":"13162052001178","imei2":"13162052001178","popurl":"www.abani-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172165,"job_number":"JOB_172165","tr_customer_id":172182,"tr_customer_product_id":172172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Chandraketu Khanna","mobile_number":"9122481690","email_id":"gayatri.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"05546579127590","imei1":"05546579127590","imei2":"05546579127590","popurl":"www.aanandaswarup-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172167,"job_number":"JOB_172167","tr_customer_id":172184,"tr_customer_product_id":172174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhupati Khatri","mobile_number":"9302780198","email_id":"deepan.nair@hotmail.com","dop":"2026-01-21","serial_number":"50995457303075","imei1":"50995457303075","imei2":"50995457303075","popurl":"www.dhruv-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172170,"job_number":"JOB_172170","tr_customer_id":172187,"tr_customer_product_id":172177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Ankal Nehru","mobile_number":"9448742685","email_id":"navin.khan@gmail.com","dop":"2026-01-21","serial_number":"75113274059093","imei1":"75113274059093","imei2":"75113274059093","popurl":"www.aasa-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172171,"job_number":"JOB_172171","tr_customer_id":172188,"tr_customer_product_id":172178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Deb Bhattathiri","mobile_number":"9980740256","email_id":"aadi.nair@yahoo.co.in","dop":"2026-01-21","serial_number":"01592207859961","imei1":"01592207859961","imei2":"01592207859961","popurl":"www.rageswari-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172172,"job_number":"JOB_172172","tr_customer_id":172189,"tr_customer_product_id":172179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Chapal Agarwal","mobile_number":"9092348633","email_id":"dandapaani.bhat@hotmail.com","dop":"2026-01-21","serial_number":"82393337501622","imei1":"82393337501622","imei2":"82393337501622","popurl":"www.bhupati-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172173,"job_number":"JOB_172173","tr_customer_id":172190,"tr_customer_product_id":172180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Anal Nehru","mobile_number":"9622382709","email_id":"gajabahu.tagore@hotmail.com","dop":"2026-01-21","serial_number":"94944055892893","imei1":"94944055892893","imei2":"94944055892893","popurl":"www.shashi-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172175,"job_number":"JOB_172175","tr_customer_id":172192,"tr_customer_product_id":172182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Lavanya Dubashi","mobile_number":"9121838009","email_id":"akshaj.joshi@gmail.com","dop":"2026-01-21","serial_number":"78500931463017","imei1":"78500931463017","imei2":"78500931463017","popurl":"www.adhiraj-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172177,"job_number":"JOB_172177","tr_customer_id":172194,"tr_customer_product_id":172184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gauraang Trivedi","mobile_number":"9452975786","email_id":"nanda.khanna@gmail.com","dop":"2026-01-21","serial_number":"60163715427998","imei1":"60163715427998","imei2":"60163715427998","popurl":"www.bhagwanti-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172178,"job_number":"JOB_172178","tr_customer_id":172195,"tr_customer_product_id":172185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gati Nambeesan","mobile_number":"9881290022","email_id":"dhara.dhawan@gmail.com","dop":"2026-01-21","serial_number":"12163654214251","imei1":"12163654214251","imei2":"12163654214251","popurl":"www.preity-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172179,"job_number":"JOB_172179","tr_customer_id":172196,"tr_customer_product_id":172186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Shashi Panicker","mobile_number":"9898053351","email_id":"anang.singh@yahoo.co.in","dop":"2026-01-21","serial_number":"05654235389567","imei1":"05654235389567","imei2":"05654235389567","popurl":"www.sloka-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172181,"job_number":"JOB_172181","tr_customer_id":172198,"tr_customer_product_id":172188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Bahula Banerjee","mobile_number":"9832900663","email_id":"kalpana.nambeesan@hotmail.com","dop":"2026-01-21","serial_number":"23791424302436","imei1":"23791424302436","imei2":"23791424302436","popurl":"www.lakshmidhar-gandhi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172182,"job_number":"JOB_172182","tr_customer_id":172199,"tr_customer_product_id":172189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Mayoor Johar","mobile_number":"9486443310","email_id":"avadhesh.acharya@gmail.com","dop":"2026-01-21","serial_number":"41854114889991","imei1":"41854114889991","imei2":"41854114889991","popurl":"www.chitrangada-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172183,"job_number":"JOB_172183","tr_customer_id":172200,"tr_customer_product_id":172190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Somu Guneta","mobile_number":"9701133698","email_id":"menaka.guneta@yahoo.co.in","dop":"2026-01-21","serial_number":"08266682468762","imei1":"08266682468762","imei2":"08266682468762","popurl":"www.lakshmidhar-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172185,"job_number":"JOB_172185","tr_customer_id":172202,"tr_customer_product_id":172192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Suryakantam Kocchar","mobile_number":"9049884996","email_id":"chandrabhan.mehra@gmail.com","dop":"2026-01-21","serial_number":"07596982818159","imei1":"07596982818159","imei2":"07596982818159","popurl":"www.shobhana-kapoor.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172186,"job_number":"JOB_172186","tr_customer_id":172203,"tr_customer_product_id":172193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Himani Reddy","mobile_number":"9779472838","email_id":"trilok.abbott@yahoo.co.in","dop":"2026-01-21","serial_number":"69801132836599","imei1":"69801132836599","imei2":"69801132836599","popurl":"www.aadrika-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172187,"job_number":"JOB_172187","tr_customer_id":172204,"tr_customer_product_id":172194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Trilochan Bhattacharya","mobile_number":"9413110251","email_id":"annapurna.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"67063273118955","imei1":"67063273118955","imei2":"67063273118955","popurl":"www.chinmayananda-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172189,"job_number":"JOB_172189","tr_customer_id":172206,"tr_customer_product_id":172196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Rita Banerjee","mobile_number":"9499110260","email_id":"abhirath.gupta@yahoo.co.in","dop":"2026-01-21","serial_number":"95833127919777","imei1":"95833127919777","imei2":"95833127919777","popurl":"www.chapal-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172190,"job_number":"JOB_172190","tr_customer_id":172207,"tr_customer_product_id":172197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Sudeva Nayar","mobile_number":"9215275223","email_id":"chetan.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"93618635514592","imei1":"93618635514592","imei2":"93618635514592","popurl":"www.esha-mehrotra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172191,"job_number":"JOB_172191","tr_customer_id":172208,"tr_customer_product_id":172198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Deeptanshu Jha","mobile_number":"9627266875","email_id":"bhisham.panicker@gmail.com","dop":"2026-01-21","serial_number":"08416394460997","imei1":"08416394460997","imei2":"08416394460997","popurl":"www.dayaanidhi-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172193,"job_number":"JOB_172193","tr_customer_id":172210,"tr_customer_product_id":172200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Leela Joshi","mobile_number":"9793573072","email_id":"harit.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"30862528954129","imei1":"30862528954129","imei2":"30862528954129","popurl":"www.bhooshit-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172194,"job_number":"JOB_172194","tr_customer_id":172211,"tr_customer_product_id":172201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Baijayanti Jha","mobile_number":"9148039050","email_id":"subhasini.abbott@gmail.com","dop":"2026-01-21","serial_number":"12157154681644","imei1":"12157154681644","imei2":"12157154681644","popurl":"www.bhadraksh-gupta.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172195,"job_number":"JOB_172195","tr_customer_id":172212,"tr_customer_product_id":172202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Preity Guha","mobile_number":"9764676523","email_id":"aadi.nayar@yahoo.co.in","dop":"2026-01-21","serial_number":"48981107058279","imei1":"48981107058279","imei2":"48981107058279","popurl":"www.dhanu-mahajan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172196,"job_number":"JOB_172196","tr_customer_id":172213,"tr_customer_product_id":172203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Ramesh Joshi","mobile_number":"9728098896","email_id":"divjot.iyengar@hotmail.com","dop":"2026-01-21","serial_number":"53133726967025","imei1":"53133726967025","imei2":"53133726967025","popurl":"www.girindra-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172198,"job_number":"JOB_172198","tr_customer_id":172215,"tr_customer_product_id":172205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Deenabandhu Kakkar","mobile_number":"9446032364","email_id":"mina.dwivedi@hotmail.com","dop":"2026-01-21","serial_number":"33344564069818","imei1":"33344564069818","imei2":"33344564069818","popurl":"www.ekaling-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172199,"job_number":"JOB_172199","tr_customer_id":172216,"tr_customer_product_id":172206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Nalini Talwar","mobile_number":"9704729227","email_id":"indira.pandey@hotmail.com","dop":"2026-01-21","serial_number":"23804645168183","imei1":"23804645168183","imei2":"23804645168183","popurl":"www.bilva-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172201,"job_number":"JOB_172201","tr_customer_id":172218,"tr_customer_product_id":172208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Siddhi Shah","mobile_number":"9941190314","email_id":"dhananjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"28803880833457","imei1":"28803880833457","imei2":"28803880833457","popurl":"www.vijay-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172202,"job_number":"JOB_172202","tr_customer_id":172219,"tr_customer_product_id":172209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chakradhar Bandopadhyay","mobile_number":"9255303930","email_id":"rahul.naik@gmail.com","dop":"2026-01-21","serial_number":"83397673721704","imei1":"83397673721704","imei2":"83397673721704","popurl":"www.ajeet-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172203,"job_number":"JOB_172203","tr_customer_id":172220,"tr_customer_product_id":172210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chandira Kakkar","mobile_number":"9969561090","email_id":"bhaswar.embranthiri@hotmail.com","dop":"2026-01-21","serial_number":"76060909283609","imei1":"76060909283609","imei2":"76060909283609","popurl":"www.anandamayi-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172204,"job_number":"JOB_172204","tr_customer_id":172221,"tr_customer_product_id":172211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Mangala Verma","mobile_number":"9870067076","email_id":"jagdish.dubashi@hotmail.com","dop":"2026-01-21","serial_number":"00697017668864","imei1":"00697017668864","imei2":"00697017668864","popurl":"www.jagathi-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172205,"job_number":"JOB_172205","tr_customer_id":172222,"tr_customer_product_id":172212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Darshan Nehru","mobile_number":"9252093477","email_id":"kanishka.tagore@gmail.com","dop":"2026-01-21","serial_number":"69589514444597","imei1":"69589514444597","imei2":"69589514444597","popurl":"www.brahmabrata-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172208,"job_number":"JOB_172208","tr_customer_id":172225,"tr_customer_product_id":172215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Leda Monahan","mobile_number":"206-513-6241","email_id":"Dean_Rempel55@yahoo.com","dop":"2025-09-09","serial_number":"19119286454424","imei1":"19119286454424","imei2":"19119286454424","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172209,"job_number":"JOB_172209","tr_customer_id":172226,"tr_customer_product_id":172216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Angelo Roberts","mobile_number":"535-989-1933","email_id":"Foster6@gmail.com","dop":"2025-09-09","serial_number":"16598250900709","imei1":"16598250900709","imei2":"16598250900709","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172211,"job_number":"JOB_172211","tr_customer_id":172228,"tr_customer_product_id":172218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Mona Considine","mobile_number":"929-816-0907","email_id":"Hettie_Schmitt75@yahoo.com","dop":"2025-09-09","serial_number":"11478434180121","imei1":"11478434180121","imei2":"11478434180121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172212,"job_number":"JOB_172212","tr_customer_id":172229,"tr_customer_product_id":172219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Raymond Wisoky","mobile_number":"410-296-7538","email_id":"Newell.Lind@yahoo.com","dop":"2025-09-09","serial_number":"14175462214158","imei1":"14175462214158","imei2":"14175462214158","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172214,"job_number":"JOB_172214","tr_customer_id":172231,"tr_customer_product_id":172221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Darren Gulgowski","mobile_number":"290-759-5910","email_id":"Prince_Botsford2@hotmail.com","dop":"2025-09-09","serial_number":"12225357032082","imei1":"12225357032082","imei2":"12225357032082","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172215,"job_number":"JOB_172215","tr_customer_id":172232,"tr_customer_product_id":172222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Cesar Pfeffer","mobile_number":"770-220-0283","email_id":"Tania_Hilll@hotmail.com","dop":"2025-09-09","serial_number":"16675578753265","imei1":"16675578753265","imei2":"16675578753265","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172217,"job_number":"JOB_172217","tr_customer_id":172234,"tr_customer_product_id":172224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:42:59.000Z","modified_at":"2026-01-30T20:42:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19544533056169","imei1":"19544533056169","imei2":"19544533056169","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172219,"job_number":"JOB_172219","tr_customer_id":172236,"tr_customer_product_id":172226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:01.000Z","modified_at":"2026-01-30T20:43:01.000Z","name":"Breanne Wolf","mobile_number":"443-570-3263","email_id":"Daphne94@yahoo.com","dop":"2025-11-11","serial_number":"1085584715011457","imei1":"1085584715011457","imei2":"1085584715011457","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172220,"job_number":"JOB_172220","tr_customer_id":172237,"tr_customer_product_id":172227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:48.000Z","modified_at":"2026-01-30T20:43:48.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19628010922136","imei1":"19628010922136","imei2":"19628010922136","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172222,"job_number":"JOB_172222","tr_customer_id":172239,"tr_customer_product_id":172229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:50.000Z","modified_at":"2026-01-30T20:43:50.000Z","name":"Cathrine Weimann","mobile_number":"524-400-7958","email_id":"Guy.Gottlieb@hotmail.com","dop":"2025-11-11","serial_number":"1035248657334028","imei1":"1035248657334028","imei2":"1035248657334028","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172223,"job_number":"JOB_172223","tr_customer_id":172240,"tr_customer_product_id":172230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:37.000Z","modified_at":"2026-01-30T20:44:37.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11161754173233","imei1":"11161754173233","imei2":"11161754173233","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172225,"job_number":"JOB_172225","tr_customer_id":172242,"tr_customer_product_id":172232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:39.000Z","modified_at":"2026-01-30T20:44:39.000Z","name":"Jamarcus Ratke","mobile_number":"288-677-9703","email_id":"Elna_Koepp@yahoo.com","dop":"2025-11-11","serial_number":"1017141540239387","imei1":"1017141540239387","imei2":"1017141540239387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172226,"job_number":"JOB_172226","tr_customer_id":172243,"tr_customer_product_id":172233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:17.000Z","modified_at":"2026-01-30T20:51:17.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17058000897923","imei1":"17058000897923","imei2":"17058000897923","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172228,"job_number":"JOB_172228","tr_customer_id":172245,"tr_customer_product_id":172235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:19.000Z","modified_at":"2026-01-30T20:51:19.000Z","name":"Shaniya Hickle","mobile_number":"835-559-7183","email_id":"Waldo42@gmail.com","dop":"2025-11-11","serial_number":"1005553285183606","imei1":"1005553285183606","imei2":"1005553285183606","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172229,"job_number":"JOB_172229","tr_customer_id":172246,"tr_customer_product_id":172236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:36.000Z","modified_at":"2026-01-30T20:51:36.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13703855569056","imei1":"13703855569056","imei2":"13703855569056","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172231,"job_number":"JOB_172231","tr_customer_id":172248,"tr_customer_product_id":172238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:37.000Z","modified_at":"2026-01-30T20:51:37.000Z","name":"Haylie Dicki","mobile_number":"541-237-1218","email_id":"Junior_Ratke@yahoo.com","dop":"2025-11-11","serial_number":"1012835298287185","imei1":"1012835298287185","imei2":"1012835298287185","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172232,"job_number":"JOB_172232","tr_customer_id":172249,"tr_customer_product_id":172239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:10.000Z","modified_at":"2026-01-30T20:52:10.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15700311301367","imei1":"15700311301367","imei2":"15700311301367","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172234,"job_number":"JOB_172234","tr_customer_id":172251,"tr_customer_product_id":172241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:11.000Z","modified_at":"2026-01-30T20:52:11.000Z","name":"Bradford Hickle","mobile_number":"610-924-8824","email_id":"Stanley_Balistreri15@gmail.com","dop":"2025-11-11","serial_number":"1001413425432497","imei1":"1001413425432497","imei2":"1001413425432497","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172235,"job_number":"JOB_172235","tr_customer_id":172252,"tr_customer_product_id":172242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:29.000Z","modified_at":"2026-01-30T20:52:29.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10060463253525","imei1":"10060463253525","imei2":"10060463253525","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172237,"job_number":"JOB_172237","tr_customer_id":172254,"tr_customer_product_id":172244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:31.000Z","modified_at":"2026-01-30T20:52:31.000Z","name":"Danyka Collier","mobile_number":"745-988-7361","email_id":"Beverly11@hotmail.com","dop":"2025-11-11","serial_number":"1021574037459725","imei1":"1021574037459725","imei2":"1021574037459725","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172238,"job_number":"JOB_172238","tr_customer_id":172255,"tr_customer_product_id":172245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:02.000Z","modified_at":"2026-01-30T20:53:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17013186726131","imei1":"17013186726131","imei2":"17013186726131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172240,"job_number":"JOB_172240","tr_customer_id":172257,"tr_customer_product_id":172247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:04.000Z","modified_at":"2026-01-30T20:53:04.000Z","name":"Mossie Daugherty","mobile_number":"649-287-0843","email_id":"Josie_Romaguera@hotmail.com","dop":"2025-11-11","serial_number":"1067730773611174","imei1":"1067730773611174","imei2":"1067730773611174","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172241,"job_number":"JOB_172241","tr_customer_id":172258,"tr_customer_product_id":172248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:23.000Z","modified_at":"2026-01-30T20:53:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17893835945458","imei1":"17893835945458","imei2":"17893835945458","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172243,"job_number":"JOB_172243","tr_customer_id":172260,"tr_customer_product_id":172250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:25.000Z","modified_at":"2026-01-30T20:53:25.000Z","name":"Earnestine Bechtelar","mobile_number":"552-372-5620","email_id":"Nels.Labadie20@yahoo.com","dop":"2025-11-11","serial_number":"1068068435317336","imei1":"1068068435317336","imei2":"1068068435317336","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172244,"job_number":"JOB_172244","tr_customer_id":172261,"tr_customer_product_id":172251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19570296297722","imei1":"19570296297722","imei2":"19570296297722","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172245,"job_number":"JOB_172245","tr_customer_id":172262,"tr_customer_product_id":172252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13704842992681","imei1":"13704842992681","imei2":"13704842992681","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172248,"job_number":"JOB_172248","tr_customer_id":172265,"tr_customer_product_id":172255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:57.000Z","modified_at":"2026-01-30T20:55:57.000Z","name":"Sarina Glover","mobile_number":"887-775-3733","email_id":"Jessy_Cremin70@yahoo.com","dop":"2025-11-11","serial_number":"1075161369597434","imei1":"1075161369597434","imei2":"1075161369597434","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172249,"job_number":"JOB_172249","tr_customer_id":172266,"tr_customer_product_id":172256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:58.000Z","modified_at":"2026-01-30T20:55:58.000Z","name":"Johann Hettinger","mobile_number":"968-391-8628","email_id":"Nicholas_Friesen@hotmail.com","dop":"2025-11-11","serial_number":"1095495010245508","imei1":"1095495010245508","imei2":"1095495010245508","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172250,"job_number":"JOB_172250","tr_customer_id":172267,"tr_customer_product_id":172257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:34.000Z","modified_at":"2026-01-30T20:56:34.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-25","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-25T20:56:33.921189665Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172251,"job_number":"JOB_172251","tr_customer_id":172268,"tr_customer_product_id":172258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:45.000Z","modified_at":"2026-01-30T20:56:45.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18375673252745","imei1":"18375673252745","imei2":"18375673252745","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172253,"job_number":"JOB_172253","tr_customer_id":172270,"tr_customer_product_id":172260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:46.000Z","modified_at":"2026-01-30T20:56:46.000Z","name":"Cletus Bogan","mobile_number":"570-248-0104","email_id":"Karen_Haag@hotmail.com","dop":"2025-11-11","serial_number":"1089205796574876","imei1":"1089205796574876","imei2":"1089205796574876","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172254,"job_number":"JOB_172254","tr_customer_id":172271,"tr_customer_product_id":172261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:47.000Z","modified_at":"2026-01-30T20:56:47.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"12239763325526","imei1":"12239763325526","imei2":"12239763325526","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172256,"job_number":"JOB_172256","tr_customer_id":172273,"tr_customer_product_id":172263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:49.000Z","modified_at":"2026-01-30T20:56:49.000Z","name":"Vern Wintheiser","mobile_number":"840-810-4383","email_id":"Rodrigo68@hotmail.com","dop":"2025-11-11","serial_number":"1056360042324112","imei1":"1056360042324112","imei2":"1056360042324112","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172257,"job_number":"JOB_172257","tr_customer_id":172274,"tr_customer_product_id":172264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Shankar Prajapat","mobile_number":"9634697380","email_id":"shivakari.gandhi@yahoo.co.in","dop":"2026-01-21","serial_number":"63777902912915","imei1":"63777902912915","imei2":"63777902912915","popurl":"www.himadri-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172258,"job_number":"JOB_172258","tr_customer_id":172275,"tr_customer_product_id":172265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Avani Guha","mobile_number":"9750306537","email_id":"keerti.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"14215736508311","imei1":"14215736508311","imei2":"14215736508311","popurl":"www.giriraj-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172259,"job_number":"JOB_172259","tr_customer_id":172276,"tr_customer_product_id":172266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Gandhi","mobile_number":"9659771843","email_id":"vasudha.rana@gmail.com","dop":"2026-01-21","serial_number":"10743531080258","imei1":"10743531080258","imei2":"10743531080258","popurl":"www.ananda-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172260,"job_number":"JOB_172260","tr_customer_id":172277,"tr_customer_product_id":172267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Verma","mobile_number":"9480272036","email_id":"aatmaja.panicker@gmail.com","dop":"2026-01-21","serial_number":"12759868474276","imei1":"12759868474276","imei2":"12759868474276","popurl":"www.sloka-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172261,"job_number":"JOB_172261","tr_customer_id":172278,"tr_customer_product_id":172268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Dhana Bharadwaj","mobile_number":"9943769865","email_id":"pramila.banerjee@hotmail.com","dop":"2026-01-21","serial_number":"84390560577860","imei1":"84390560577860","imei2":"84390560577860","popurl":"www.vaijayanthi-gowda.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172262,"job_number":"JOB_172262","tr_customer_id":172279,"tr_customer_product_id":172269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Hiranya Mahajan","mobile_number":"9957134967","email_id":"jay.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"66255576499187","imei1":"66255576499187","imei2":"66255576499187","popurl":"www.parvati-gill.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172263,"job_number":"JOB_172263","tr_customer_id":172280,"tr_customer_product_id":172270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lai Trivedi","mobile_number":"9469923332","email_id":"deeptendu.khan@gmail.com","dop":"2026-01-21","serial_number":"69944918875070","imei1":"69944918875070","imei2":"69944918875070","popurl":"www.subhashini-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172264,"job_number":"JOB_172264","tr_customer_id":172281,"tr_customer_product_id":172271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Adityanandan Namboothiri","mobile_number":"9747818922","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"06260748752962","imei1":"06260748752962","imei2":"06260748752962","popurl":"www.ghanashyam-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172265,"job_number":"JOB_172265","tr_customer_id":172282,"tr_customer_product_id":172272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lila Desai","mobile_number":"9901506573","email_id":"gangesh.kaur@yahoo.co.in","dop":"2026-01-21","serial_number":"08649359121173","imei1":"08649359121173","imei2":"08649359121173","popurl":"www.geetanjali-jain.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172266,"job_number":"JOB_172266","tr_customer_id":172283,"tr_customer_product_id":172273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Pranay Kakkar","mobile_number":"9012764455","email_id":"param.butt@gmail.com","dop":"2026-01-21","serial_number":"49074397904736","imei1":"49074397904736","imei2":"49074397904736","popurl":"www.krishnadasa-somayaji.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172267,"job_number":"JOB_172267","tr_customer_id":172284,"tr_customer_product_id":172274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Nambeesan","mobile_number":"9590831793","email_id":"deeptimayee.gupta@gmail.com","dop":"2026-01-21","serial_number":"34637831655089","imei1":"34637831655089","imei2":"34637831655089","popurl":"www.anusuya-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172268,"job_number":"JOB_172268","tr_customer_id":172285,"tr_customer_product_id":172275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Vaijayanthi Tandon","mobile_number":"9852523319","email_id":"swarnalata.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"72756267590305","imei1":"72756267590305","imei2":"72756267590305","popurl":"www.minakshi-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172269,"job_number":"JOB_172269","tr_customer_id":172286,"tr_customer_product_id":172276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Hiranya Agarwal","mobile_number":"9482363798","email_id":"bhupen.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"69783826652317","imei1":"69783826652317","imei2":"69783826652317","popurl":"www.chaaruchandra-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172270,"job_number":"JOB_172270","tr_customer_id":172287,"tr_customer_product_id":172277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Som Trivedi","mobile_number":"9807152443","email_id":"manisha.joshi@gmail.com","dop":"2026-01-21","serial_number":"11477959077754","imei1":"11477959077754","imei2":"11477959077754","popurl":"www.chandni-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172271,"job_number":"JOB_172271","tr_customer_id":172288,"tr_customer_product_id":172278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Ananda Butt","mobile_number":"9814891285","email_id":"geetanjali.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"28782650726651","imei1":"28782650726651","imei2":"28782650726651","popurl":"www.dev-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172272,"job_number":"JOB_172272","tr_customer_id":172289,"tr_customer_product_id":172279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Abbott","mobile_number":"9399519146","email_id":"aaditya.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"32484022805291","imei1":"32484022805291","imei2":"32484022805291","popurl":"www.hiranya-saini.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172273,"job_number":"JOB_172273","tr_customer_id":172290,"tr_customer_product_id":172280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Diptendu Reddy","mobile_number":"9784007077","email_id":"dhyaneshwar.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"31370456158623","imei1":"31370456158623","imei2":"31370456158623","popurl":"www.gandharv-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172274,"job_number":"JOB_172274","tr_customer_id":172291,"tr_customer_product_id":172281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Mangalya Panicker","mobile_number":"9338947053","email_id":"deeptimayee.shukla@gmail.com","dop":"2026-01-21","serial_number":"20923833154809","imei1":"20923833154809","imei2":"20923833154809","popurl":"www.abhisyanta-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172275,"job_number":"JOB_172275","tr_customer_id":172292,"tr_customer_product_id":172282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Draupadi Kakkar","mobile_number":"9421433464","email_id":"mandaakin.abbott@gmail.com","dop":"2026-01-21","serial_number":"41950063431761","imei1":"41950063431761","imei2":"41950063431761","popurl":"www.charuvrat-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172276,"job_number":"JOB_172276","tr_customer_id":172293,"tr_customer_product_id":172283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Avantika Johar","mobile_number":"9358115063","email_id":"anusuya.gowda@gmail.com","dop":"2026-01-21","serial_number":"94098252958613","imei1":"94098252958613","imei2":"94098252958613","popurl":"www.vimala-chattopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172277,"job_number":"JOB_172277","tr_customer_id":172294,"tr_customer_product_id":172284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kannen Nambeesan","mobile_number":"9366893455","email_id":"bhaanumati.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"77805082044177","imei1":"77805082044177","imei2":"77805082044177","popurl":"www.dhanapati-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172278,"job_number":"JOB_172278","tr_customer_id":172295,"tr_customer_product_id":172285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kirti Marar","mobile_number":"9719192471","email_id":"nikita.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"05454724102886","imei1":"05454724102886","imei2":"05454724102886","popurl":"www.subodh-marar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172279,"job_number":"JOB_172279","tr_customer_id":172296,"tr_customer_product_id":172286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Balagovind Varma","mobile_number":"9240559918","email_id":"omana.pothuvaal@gmail.com","dop":"2026-01-21","serial_number":"25290532001883","imei1":"25290532001883","imei2":"25290532001883","popurl":"www.gatik-kaul.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172280,"job_number":"JOB_172280","tr_customer_id":172297,"tr_customer_product_id":172287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Shubha Varman","mobile_number":"9171770612","email_id":"prema.ganaka@gmail.com","dop":"2026-01-21","serial_number":"82736425637724","imei1":"82736425637724","imei2":"82736425637724","popurl":"www.swapnil-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172281,"job_number":"JOB_172281","tr_customer_id":172298,"tr_customer_product_id":172288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Anusuya Shah","mobile_number":"9531108965","email_id":"krishnadasa.pilla@yahoo.co.in","dop":"2026-01-21","serial_number":"88644357229456","imei1":"88644357229456","imei2":"88644357229456","popurl":"www.chiranjeev-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172282,"job_number":"JOB_172282","tr_customer_id":172299,"tr_customer_product_id":172289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kalpana Namboothiri","mobile_number":"9343006747","email_id":"hiranmay.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"14642406334645","imei1":"14642406334645","imei2":"14642406334645","popurl":"www.vaijayanthi-nambeesan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172283,"job_number":"JOB_172283","tr_customer_id":172300,"tr_customer_product_id":172290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Girik Mishra","mobile_number":"9877618078","email_id":"sanka.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"09666796381791","imei1":"09666796381791","imei2":"09666796381791","popurl":"www.hiranya-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172284,"job_number":"JOB_172284","tr_customer_id":172301,"tr_customer_product_id":172291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Jitendra Nayar","mobile_number":"9658164388","email_id":"goswamee.kaur@hotmail.com","dop":"2026-01-21","serial_number":"06672821934951","imei1":"06672821934951","imei2":"06672821934951","popurl":"www.gautam-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172285,"job_number":"JOB_172285","tr_customer_id":172302,"tr_customer_product_id":172292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Bilva Varma","mobile_number":"9376051242","email_id":"narendra.joshi@gmail.com","dop":"2026-01-21","serial_number":"16169966796903","imei1":"16169966796903","imei2":"16169966796903","popurl":"www.dharani-rana.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172286,"job_number":"JOB_172286","tr_customer_id":172303,"tr_customer_product_id":172293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Agnivesh Bhattacharya","mobile_number":"9446861095","email_id":"aditeya.dhawan@yahoo.co.in","dop":"2026-01-21","serial_number":"91301277861296","imei1":"91301277861296","imei2":"91301277861296","popurl":"www.baidehi-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172287,"job_number":"JOB_172287","tr_customer_id":172304,"tr_customer_product_id":172294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Divaakar Shah","mobile_number":"9039788827","email_id":"deeptendu.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"94887109830540","imei1":"94887109830540","imei2":"94887109830540","popurl":"www.aasa-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172288,"job_number":"JOB_172288","tr_customer_id":172305,"tr_customer_product_id":172295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Vimal Mahajan","mobile_number":"9047392719","email_id":"nikita.kaniyar@gmail.com","dop":"2026-01-21","serial_number":"92066034738532","imei1":"92066034738532","imei2":"92066034738532","popurl":"www.sanya-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172289,"job_number":"JOB_172289","tr_customer_id":172306,"tr_customer_product_id":172296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Baidehi Gowda","mobile_number":"9095873070","email_id":"agnimitra.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"85670663889508","imei1":"85670663889508","imei2":"85670663889508","popurl":"www.siddhi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172290,"job_number":"JOB_172290","tr_customer_id":172307,"tr_customer_product_id":172297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Shantanu Nayar","mobile_number":"9777093267","email_id":"deeptimoy.dubashi@yahoo.co.in","dop":"2026-01-21","serial_number":"06350588587682","imei1":"06350588587682","imei2":"06350588587682","popurl":"www.bhagavaan-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172291,"job_number":"JOB_172291","tr_customer_id":172308,"tr_customer_product_id":172298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Laxman Patil","mobile_number":"9092447584","email_id":"deevakar.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"64517218077228","imei1":"64517218077228","imei2":"64517218077228","popurl":"www.charvi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172292,"job_number":"JOB_172292","tr_customer_id":172309,"tr_customer_product_id":172299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Adwitiya Ganaka","mobile_number":"9969851001","email_id":"jyotsana.somayaji@hotmail.com","dop":"2026-01-21","serial_number":"31482066583510","imei1":"31482066583510","imei2":"31482066583510","popurl":"www.upendra-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172293,"job_number":"JOB_172293","tr_customer_id":172310,"tr_customer_product_id":172300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Amish Gandhi","mobile_number":"9092263874","email_id":"drona.khanna@hotmail.com","dop":"2026-01-21","serial_number":"69750126956132","imei1":"69750126956132","imei2":"69750126956132","popurl":"www.vaidehi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172294,"job_number":"JOB_172294","tr_customer_id":172311,"tr_customer_product_id":172301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Shankar Kaul","mobile_number":"9949869801","email_id":"krishnadasa.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"16732174160845","imei1":"16732174160845","imei2":"16732174160845","popurl":"www.agnimitra-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172295,"job_number":"JOB_172295","tr_customer_id":172312,"tr_customer_product_id":172302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Heema Mukhopadhyay","mobile_number":"9497047067","email_id":"hamsini.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"23564478484673","imei1":"23564478484673","imei2":"23564478484673","popurl":"www.vimal-khanna.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172296,"job_number":"JOB_172296","tr_customer_id":172313,"tr_customer_product_id":172303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Hari Sharma","mobile_number":"9348461934","email_id":"chandraprabha.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"60344085157137","imei1":"60344085157137","imei2":"60344085157137","popurl":"www.asha-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172297,"job_number":"JOB_172297","tr_customer_id":172314,"tr_customer_product_id":172304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Dev Mehrotra","mobile_number":"9910266842","email_id":"madhuri.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"31989284627354","imei1":"31989284627354","imei2":"31989284627354","popurl":"www.naval-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172298,"job_number":"JOB_172298","tr_customer_id":172315,"tr_customer_product_id":172305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Rajan Mehrotra","mobile_number":"9027627427","email_id":"jagdish.khan@yahoo.co.in","dop":"2026-01-21","serial_number":"87102758817384","imei1":"87102758817384","imei2":"87102758817384","popurl":"www.jaya-malik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172299,"job_number":"JOB_172299","tr_customer_id":172316,"tr_customer_product_id":172306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Paramartha Pandey","mobile_number":"9326081644","email_id":"krishnadas.reddy@yahoo.co.in","dop":"2026-01-21","serial_number":"20867976497633","imei1":"20867976497633","imei2":"20867976497633","popurl":"www.naval-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172300,"job_number":"JOB_172300","tr_customer_id":172317,"tr_customer_product_id":172307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Divakar Mukhopadhyay","mobile_number":"9754306038","email_id":"aanandaswarup.jain@gmail.com","dop":"2026-01-21","serial_number":"36851516730385","imei1":"36851516730385","imei2":"36851516730385","popurl":"www.anasuya-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172301,"job_number":"JOB_172301","tr_customer_id":172318,"tr_customer_product_id":172308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Gajaadhar Agarwal","mobile_number":"9636926400","email_id":"ritesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"34360597193046","imei1":"34360597193046","imei2":"34360597193046","popurl":"www.shantanu-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172302,"job_number":"JOB_172302","tr_customer_id":172319,"tr_customer_product_id":172309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Chitrali Rana","mobile_number":"9994644284","email_id":"gopi.sharma@hotmail.com","dop":"2026-01-21","serial_number":"68984632956765","imei1":"68984632956765","imei2":"68984632956765","popurl":"www.gouranga-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172303,"job_number":"JOB_172303","tr_customer_id":172320,"tr_customer_product_id":172310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Bilva Gandhi","mobile_number":"9116893002","email_id":"lakshmidhar.prajapat@yahoo.co.in","dop":"2026-01-21","serial_number":"63436966451528","imei1":"63436966451528","imei2":"63436966451528","popurl":"www.veda-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172304,"job_number":"JOB_172304","tr_customer_id":172321,"tr_customer_product_id":172311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Ekdant Malik","mobile_number":"9433226022","email_id":"mandakini.kocchar@yahoo.co.in","dop":"2026-01-21","serial_number":"28090344543156","imei1":"28090344543156","imei2":"28090344543156","popurl":"www.jaimini-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172305,"job_number":"JOB_172305","tr_customer_id":172322,"tr_customer_product_id":172312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Akshayakeerti Bharadwaj","mobile_number":"9239829892","email_id":"atmananda.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"06420293804442","imei1":"06420293804442","imei2":"06420293804442","popurl":"www.meghnath-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172306,"job_number":"JOB_172306","tr_customer_id":172323,"tr_customer_product_id":172313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Vidur Jha","mobile_number":"9093862593","email_id":"mani.chattopadhyay@yahoo.co.in","dop":"2026-01-21","serial_number":"59804329390314","imei1":"59804329390314","imei2":"59804329390314","popurl":"www.avadhesh-gill.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172307,"job_number":"JOB_172307","tr_customer_id":172324,"tr_customer_product_id":172314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Tara Sethi","mobile_number":"9692043315","email_id":"ganapati.menon@gmail.com","dop":"2026-01-21","serial_number":"63015364750442","imei1":"63015364750442","imei2":"63015364750442","popurl":"www.ajit-saini.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172308,"job_number":"JOB_172308","tr_customer_id":172325,"tr_customer_product_id":172315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Swapnil Naik","mobile_number":"9684855222","email_id":"chiranjeeve.banerjee@yahoo.co.in","dop":"2026-01-21","serial_number":"69969040737950","imei1":"69969040737950","imei2":"69969040737950","popurl":"www.raj-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172309,"job_number":"JOB_172309","tr_customer_id":172326,"tr_customer_product_id":172316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Chandrakin Ahuja","mobile_number":"9287498736","email_id":"bhooshan.ahuja@gmail.com","dop":"2026-01-21","serial_number":"87052876650230","imei1":"87052876650230","imei2":"87052876650230","popurl":"www.sharmila-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172310,"job_number":"JOB_172310","tr_customer_id":172327,"tr_customer_product_id":172317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Rajiv Iyengar","mobile_number":"9659253536","email_id":"bhaves.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"22423034135189","imei1":"22423034135189","imei2":"22423034135189","popurl":"www.subodh-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172311,"job_number":"JOB_172311","tr_customer_id":172328,"tr_customer_product_id":172318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Adikavi Iyengar","mobile_number":"9813160024","email_id":"charumati.pilla@gmail.com","dop":"2026-01-21","serial_number":"44980838400503","imei1":"44980838400503","imei2":"44980838400503","popurl":"www.indra-johar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172312,"job_number":"JOB_172312","tr_customer_id":172329,"tr_customer_product_id":172319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Shwet Bhattacharya","mobile_number":"9844337172","email_id":"bhagavaan.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"24193999219691","imei1":"24193999219691","imei2":"24193999219691","popurl":"www.arnesh-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172313,"job_number":"JOB_172313","tr_customer_id":172330,"tr_customer_product_id":172320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Anjushri Dhawan","mobile_number":"9290064014","email_id":"dhara.gupta@hotmail.com","dop":"2026-01-21","serial_number":"68196127207549","imei1":"68196127207549","imei2":"68196127207549","popurl":"www.satyen-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172314,"job_number":"JOB_172314","tr_customer_id":172331,"tr_customer_product_id":172321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Ujjwal Dwivedi","mobile_number":"9892155090","email_id":"rajinder.dutta@hotmail.com","dop":"2026-01-21","serial_number":"34077708064860","imei1":"34077708064860","imei2":"34077708064860","popurl":"www.bhadrak-sinha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172315,"job_number":"JOB_172315","tr_customer_id":172332,"tr_customer_product_id":172322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Triloki Nath Tandon","mobile_number":"9277560351","email_id":"dipesh.kapoor@gmail.com","dop":"2026-01-21","serial_number":"54736521828467","imei1":"54736521828467","imei2":"54736521828467","popurl":"www.esha-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172316,"job_number":"JOB_172316","tr_customer_id":172333,"tr_customer_product_id":172323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Sanya Bhat","mobile_number":"9962811166","email_id":"vidur.kaul@gmail.com","dop":"2026-01-21","serial_number":"13315420033908","imei1":"13315420033908","imei2":"13315420033908","popurl":"www.dandak-iyengar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172317,"job_number":"JOB_172317","tr_customer_id":172334,"tr_customer_product_id":172324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Baidehi Johar","mobile_number":"9204411670","email_id":"aagneya.sharma@gmail.com","dop":"2026-01-21","serial_number":"70268270269778","imei1":"70268270269778","imei2":"70268270269778","popurl":"www.kamala-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172318,"job_number":"JOB_172318","tr_customer_id":172335,"tr_customer_product_id":172325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Bhushit Pillai","mobile_number":"9693487546","email_id":"rageswari.jha@yahoo.co.in","dop":"2026-01-21","serial_number":"96809595933506","imei1":"96809595933506","imei2":"96809595933506","popurl":"www.dinakar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172319,"job_number":"JOB_172319","tr_customer_id":172336,"tr_customer_product_id":172326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Charuchandra Khatri","mobile_number":"9418925182","email_id":"anilabh.marar@gmail.com","dop":"2026-01-21","serial_number":"52940941824986","imei1":"52940941824986","imei2":"52940941824986","popurl":"www.aadinath-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172320,"job_number":"JOB_172320","tr_customer_id":172337,"tr_customer_product_id":172327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Samir Asan","mobile_number":"9098997855","email_id":"divaakar.khatri@gmail.com","dop":"2026-01-21","serial_number":"50198437453302","imei1":"50198437453302","imei2":"50198437453302","popurl":"www.aadinath-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172321,"job_number":"JOB_172321","tr_customer_id":172338,"tr_customer_product_id":172328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Buddhana Kakkar","mobile_number":"9924787767","email_id":"chakradhar.ahuja@yahoo.co.in","dop":"2026-01-21","serial_number":"53203238476467","imei1":"53203238476467","imei2":"53203238476467","popurl":"www.adhrit-gill.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172322,"job_number":"JOB_172322","tr_customer_id":172339,"tr_customer_product_id":172329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Parvati Sinha","mobile_number":"9455653171","email_id":"siddhi.ahuja@hotmail.com","dop":"2026-01-21","serial_number":"11750472229417","imei1":"11750472229417","imei2":"11750472229417","popurl":"www.raj-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172323,"job_number":"JOB_172323","tr_customer_id":172340,"tr_customer_product_id":172330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Udai Arora","mobile_number":"9885349125","email_id":"vishnu.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"90601332371868","imei1":"90601332371868","imei2":"90601332371868","popurl":"www.ashok-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172324,"job_number":"JOB_172324","tr_customer_id":172341,"tr_customer_product_id":172331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Ekaparnika Chopra","mobile_number":"9229772047","email_id":"vidya.gill@gmail.com","dop":"2026-01-21","serial_number":"70927859306827","imei1":"70927859306827","imei2":"70927859306827","popurl":"www.ambar-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172325,"job_number":"JOB_172325","tr_customer_id":172342,"tr_customer_product_id":172332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Rati Varrier","mobile_number":"9915971224","email_id":"dhanesh.mishra@hotmail.com","dop":"2026-01-21","serial_number":"05190452280434","imei1":"05190452280434","imei2":"05190452280434","popurl":"www.giriraj-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172326,"job_number":"JOB_172326","tr_customer_id":172343,"tr_customer_product_id":172333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Anand Swarup Reddy","mobile_number":"9566888606","email_id":"anal.iyengar@yahoo.co.in","dop":"2026-01-21","serial_number":"22712986323989","imei1":"22712986323989","imei2":"22712986323989","popurl":"www.sarada-patil.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172327,"job_number":"JOB_172327","tr_customer_id":172344,"tr_customer_product_id":172334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Bakula Guha","mobile_number":"9989305100","email_id":"giri.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"95933664535273","imei1":"95933664535273","imei2":"95933664535273","popurl":"www.jagdish-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172328,"job_number":"JOB_172328","tr_customer_id":172345,"tr_customer_product_id":172335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Vasudha Guneta","mobile_number":"9243928659","email_id":"umang.asan@hotmail.com","dop":"2026-01-21","serial_number":"59466619688969","imei1":"59466619688969","imei2":"59466619688969","popurl":"www.meghnath-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172329,"job_number":"JOB_172329","tr_customer_id":172346,"tr_customer_product_id":172336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Gouranga Banerjee","mobile_number":"9098378659","email_id":"vidya.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"93111543586583","imei1":"93111543586583","imei2":"93111543586583","popurl":"www.pushti-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172330,"job_number":"JOB_172330","tr_customer_id":172347,"tr_customer_product_id":172337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dwaipayan Mahajan","mobile_number":"9040752818","email_id":"jaya.singh@gmail.com","dop":"2026-01-21","serial_number":"81563818315174","imei1":"81563818315174","imei2":"81563818315174","popurl":"www.padma-kaul.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172331,"job_number":"JOB_172331","tr_customer_id":172348,"tr_customer_product_id":172338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Ranjeet Gandhi","mobile_number":"9759829206","email_id":"dayaanidhi.nayar@hotmail.com","dop":"2026-01-21","serial_number":"01214258698909","imei1":"01214258698909","imei2":"01214258698909","popurl":"www.niro-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172332,"job_number":"JOB_172332","tr_customer_id":172349,"tr_customer_product_id":172339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Devasree Gowda","mobile_number":"9259449279","email_id":"bilva.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"44151216241426","imei1":"44151216241426","imei2":"44151216241426","popurl":"www.dhanesh-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172333,"job_number":"JOB_172333","tr_customer_id":172350,"tr_customer_product_id":172340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Vasundhara Jha","mobile_number":"9850296405","email_id":"heema.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"86203086771281","imei1":"86203086771281","imei2":"86203086771281","popurl":"www.dinakar-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172334,"job_number":"JOB_172334","tr_customer_id":172351,"tr_customer_product_id":172341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chetan Desai","mobile_number":"9941949498","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"01119686797844","imei1":"01119686797844","imei2":"01119686797844","popurl":"www.kalyani-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172335,"job_number":"JOB_172335","tr_customer_id":172352,"tr_customer_product_id":172342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Diksha Gill","mobile_number":"9406665990","email_id":"amodini.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"15325825714362","imei1":"15325825714362","imei2":"15325825714362","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172336,"job_number":"JOB_172336","tr_customer_id":172353,"tr_customer_product_id":172343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Mohana Menon","mobile_number":"9365545624","email_id":"deeksha.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"63073982518177","imei1":"63073982518177","imei2":"63073982518177","popurl":"www.pran-bharadwaj.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172337,"job_number":"JOB_172337","tr_customer_id":172354,"tr_customer_product_id":172344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Adheesh Bhattacharya","mobile_number":"9914166878","email_id":"anurag.tandon@gmail.com","dop":"2026-01-21","serial_number":"00021698261669","imei1":"00021698261669","imei2":"00021698261669","popurl":"www.chaten-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172338,"job_number":"JOB_172338","tr_customer_id":172355,"tr_customer_product_id":172345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Aanand Naik","mobile_number":"9576654977","email_id":"vaidehi.gupta@gmail.com","dop":"2026-01-21","serial_number":"14853447798956","imei1":"14853447798956","imei2":"14853447798956","popurl":"www.ekaling-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172339,"job_number":"JOB_172339","tr_customer_id":172356,"tr_customer_product_id":172346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chandrabhan Guneta","mobile_number":"9261224539","email_id":"vimal.adiga@gmail.com","dop":"2026-01-21","serial_number":"14486306913856","imei1":"14486306913856","imei2":"14486306913856","popurl":"www.basanti-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172340,"job_number":"JOB_172340","tr_customer_id":172357,"tr_customer_product_id":172347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Naveen Chattopadhyay","mobile_number":"9976221374","email_id":"gurdev.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"41380151590284","imei1":"41380151590284","imei2":"41380151590284","popurl":"www.ekaksh-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172341,"job_number":"JOB_172341","tr_customer_id":172358,"tr_customer_product_id":172348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dhana Gill","mobile_number":"9302923521","email_id":"esha.shah@hotmail.com","dop":"2026-01-21","serial_number":"75467184634819","imei1":"75467184634819","imei2":"75467184634819","popurl":"www.som-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172342,"job_number":"JOB_172342","tr_customer_id":172359,"tr_customer_product_id":172349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dharmaketu Gupta","mobile_number":"9468435330","email_id":"pran.jain@hotmail.com","dop":"2026-01-21","serial_number":"19266231402926","imei1":"19266231402926","imei2":"19266231402926","popurl":"www.garuda-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172343,"job_number":"JOB_172343","tr_customer_id":172360,"tr_customer_product_id":172350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dulari Marar","mobile_number":"9892601202","email_id":"hamsini.joshi@hotmail.com","dop":"2026-01-21","serial_number":"12423513344996","imei1":"12423513344996","imei2":"12423513344996","popurl":"www.arya-adiga.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172344,"job_number":"JOB_172344","tr_customer_id":172361,"tr_customer_product_id":172351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Indira Nayar","mobile_number":"9143584151","email_id":"chiranjeev.khan@gmail.com","dop":"2026-01-21","serial_number":"90618186775798","imei1":"90618186775798","imei2":"90618186775798","popurl":"www.kartik-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172345,"job_number":"JOB_172345","tr_customer_id":172362,"tr_customer_product_id":172352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Lavanya Guha","mobile_number":"9827416594","email_id":"avadhesh.kaul@gmail.com","dop":"2026-01-21","serial_number":"50999960338724","imei1":"50999960338724","imei2":"50999960338724","popurl":"www.rukmin-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172346,"job_number":"JOB_172346","tr_customer_id":172363,"tr_customer_product_id":172353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Aatmaja Bhattacharya","mobile_number":"9960261850","email_id":"jaya.dhawan@gmail.com","dop":"2026-01-21","serial_number":"75701637383305","imei1":"75701637383305","imei2":"75701637383305","popurl":"www.rohana-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172347,"job_number":"JOB_172347","tr_customer_id":172364,"tr_customer_product_id":172354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ekalavya Somayaji","mobile_number":"9452247221","email_id":"drona.bhattacharya@hotmail.com","dop":"2026-01-21","serial_number":"44939346445293","imei1":"44939346445293","imei2":"44939346445293","popurl":"www.anwesha-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172348,"job_number":"JOB_172348","tr_customer_id":172365,"tr_customer_product_id":172355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Priyala Verma","mobile_number":"9440324860","email_id":"goutam.iyengar@gmail.com","dop":"2026-01-21","serial_number":"85617088491913","imei1":"85617088491913","imei2":"85617088491913","popurl":"www.narayan-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172349,"job_number":"JOB_172349","tr_customer_id":172366,"tr_customer_product_id":172356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Subhasini Somayaji","mobile_number":"9566657147","email_id":"adinath.ganaka@gmail.com","dop":"2026-01-21","serial_number":"05702023389968","imei1":"05702023389968","imei2":"05702023389968","popurl":"www.deeptimayee-rana.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172350,"job_number":"JOB_172350","tr_customer_id":172367,"tr_customer_product_id":172357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Digambar Bandopadhyay","mobile_number":"9478675642","email_id":"rageshwari.tandon@hotmail.com","dop":"2026-01-21","serial_number":"93400337790034","imei1":"93400337790034","imei2":"93400337790034","popurl":"www.aryan-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172351,"job_number":"JOB_172351","tr_customer_id":172368,"tr_customer_product_id":172358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Naval Khanna","mobile_number":"9940964581","email_id":"ghanaanand.jain@hotmail.com","dop":"2026-01-21","serial_number":"33703397426424","imei1":"33703397426424","imei2":"33703397426424","popurl":"www.ranjeet-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172352,"job_number":"JOB_172352","tr_customer_id":172369,"tr_customer_product_id":172359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Prasanna Bandopadhyay","mobile_number":"9812512615","email_id":"priya.sinha@yahoo.co.in","dop":"2026-01-21","serial_number":"09775783659433","imei1":"09775783659433","imei2":"09775783659433","popurl":"www.bandhu-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172353,"job_number":"JOB_172353","tr_customer_id":172370,"tr_customer_product_id":172360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Dhaanyalakshmi Bhattathiri","mobile_number":"9464140730","email_id":"dakshayani.khanna@yahoo.co.in","dop":"2026-01-21","serial_number":"38822684734069","imei1":"38822684734069","imei2":"38822684734069","popurl":"www.gopaal-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172354,"job_number":"JOB_172354","tr_customer_id":172371,"tr_customer_product_id":172361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Atreyi Kaur","mobile_number":"9863621033","email_id":"akshita.chaturvedi@yahoo.co.in","dop":"2026-01-21","serial_number":"60915833023554","imei1":"60915833023554","imei2":"60915833023554","popurl":"www.lai-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172355,"job_number":"JOB_172355","tr_customer_id":172372,"tr_customer_product_id":172362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ashlesh Prajapat","mobile_number":"9884470452","email_id":"gudakesa.tandon@yahoo.co.in","dop":"2026-01-21","serial_number":"81758537984798","imei1":"81758537984798","imei2":"81758537984798","popurl":"www.chandraayan-bhattathiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172356,"job_number":"JOB_172356","tr_customer_id":172373,"tr_customer_product_id":172363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Gauranga Gandhi","mobile_number":"9577939304","email_id":"ganak.johar@gmail.com","dop":"2026-01-21","serial_number":"17069568065723","imei1":"17069568065723","imei2":"17069568065723","popurl":"www.dharitri-abbott.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172357,"job_number":"JOB_172357","tr_customer_id":172374,"tr_customer_product_id":172364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:34.000Z","modified_at":"2026-01-30T20:57:34.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10725547413845","imei1":"10725547413845","imei2":"10725547413845","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172359,"job_number":"JOB_172359","tr_customer_id":172376,"tr_customer_product_id":172366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:35.000Z","modified_at":"2026-01-30T20:57:35.000Z","name":"Cortney Lueilwitz","mobile_number":"981-924-9683","email_id":"Valentina.Grimes68@gmail.com","dop":"2025-11-11","serial_number":"1029057094589298","imei1":"1029057094589298","imei2":"1029057094589298","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172360,"job_number":"JOB_172360","tr_customer_id":172377,"tr_customer_product_id":172367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:39.000Z","modified_at":"2026-01-30T20:57:39.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14609144636879","imei1":"14609144636879","imei2":"14609144636879","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172362,"job_number":"JOB_172362","tr_customer_id":172379,"tr_customer_product_id":172369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:41.000Z","modified_at":"2026-01-30T20:57:41.000Z","name":"Jacynthe Ortiz","mobile_number":"676-629-6647","email_id":"Jerrold.Kuphal@yahoo.com","dop":"2025-11-11","serial_number":"1034772810641743","imei1":"1034772810641743","imei2":"1034772810641743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172363,"job_number":"JOB_172363","tr_customer_id":172380,"tr_customer_product_id":172370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"16718741018070","imei1":"16718741018070","imei2":"16718741018070","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172364,"job_number":"JOB_172364","tr_customer_id":172381,"tr_customer_product_id":172371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15723408050332","imei1":"15723408050332","imei2":"15723408050332","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172367,"job_number":"JOB_172367","tr_customer_id":172384,"tr_customer_product_id":172374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Lora Corkery","mobile_number":"782-535-3003","email_id":"Avis.Bailey@yahoo.com","dop":"2025-11-11","serial_number":"1094561219867106","imei1":"1094561219867106","imei2":"1094561219867106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172368,"job_number":"JOB_172368","tr_customer_id":172385,"tr_customer_product_id":172375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Dejuan Ryan","mobile_number":"215-736-0719","email_id":"Matilda_Schinner@hotmail.com","dop":"2025-11-11","serial_number":"1062712579115908","imei1":"1062712579115908","imei2":"1062712579115908","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172369,"job_number":"JOB_172369","tr_customer_id":172386,"tr_customer_product_id":172376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:04.000Z","modified_at":"2026-01-30T21:01:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10858505714803","imei1":"10858505714803","imei2":"10858505714803","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172371,"job_number":"JOB_172371","tr_customer_id":172388,"tr_customer_product_id":172378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18801734640239","imei1":"18801734640239","imei2":"18801734640239","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172373,"job_number":"JOB_172373","tr_customer_id":172390,"tr_customer_product_id":172380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Nathanael Feest","mobile_number":"581-702-0718","email_id":"Newell.Ruecker85@gmail.com","dop":"2025-11-11","serial_number":"1019670035798362","imei1":"1019670035798362","imei2":"1019670035798362","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172374,"job_number":"JOB_172374","tr_customer_id":172391,"tr_customer_product_id":172381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:06.000Z","modified_at":"2026-01-30T21:01:06.000Z","name":"Jonatan Kovacek","mobile_number":"597-552-8367","email_id":"Shyann92@hotmail.com","dop":"2025-11-11","serial_number":"1083876705435363","imei1":"1083876705435363","imei2":"1083876705435363","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172375,"job_number":"JOB_172375","tr_customer_id":172392,"tr_customer_product_id":172382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:55.000Z","modified_at":"2026-01-30T21:01:55.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19382798276305","imei1":"19382798276305","imei2":"19382798276305","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172377,"job_number":"JOB_172377","tr_customer_id":172394,"tr_customer_product_id":172384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Jeff Daniel","mobile_number":"731-971-2313","email_id":"Citlalli_Green79@hotmail.com","dop":"2025-11-11","serial_number":"1003554905005741","imei1":"1003554905005741","imei2":"1003554905005741","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172378,"job_number":"JOB_172378","tr_customer_id":172395,"tr_customer_product_id":172385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"13390594505839","imei1":"13390594505839","imei2":"13390594505839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172380,"job_number":"JOB_172380","tr_customer_id":172397,"tr_customer_product_id":172387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:59.000Z","modified_at":"2026-01-30T21:01:59.000Z","name":"Barbara Haley","mobile_number":"701-955-7921","email_id":"Demario_Prosacco13@gmail.com","dop":"2025-11-11","serial_number":"1003013042108695","imei1":"1003013042108695","imei2":"1003013042108695","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172381,"job_number":"JOB_172381","tr_customer_id":172398,"tr_customer_product_id":172388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Braxton Hahn","mobile_number":"484-947-3413","email_id":"Jovany.Dickens@yahoo.com","dop":"2025-09-09","serial_number":"17464099579268","imei1":"17464099579268","imei2":"17464099579268","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172382,"job_number":"JOB_172382","tr_customer_id":172399,"tr_customer_product_id":172389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Jayson Waelchi","mobile_number":"676-643-1459","email_id":"Waino.Harber@hotmail.com","dop":"2025-09-09","serial_number":"10724349283095","imei1":"10724349283095","imei2":"10724349283095","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172384,"job_number":"JOB_172384","tr_customer_id":172401,"tr_customer_product_id":172391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Hallie Terry","mobile_number":"593-800-4748","email_id":"Gertrude.Wiegand@yahoo.com","dop":"2025-09-09","serial_number":"18907634480644","imei1":"18907634480644","imei2":"18907634480644","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172385,"job_number":"JOB_172385","tr_customer_id":172402,"tr_customer_product_id":172392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Kristian Brekke","mobile_number":"268-575-9871","email_id":"Angel_Ryan47@hotmail.com","dop":"2025-09-09","serial_number":"16191791754825","imei1":"16191791754825","imei2":"16191791754825","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172387,"job_number":"JOB_172387","tr_customer_id":172404,"tr_customer_product_id":172394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Nakia Gutmann","mobile_number":"327-387-8643","email_id":"Patrick61@hotmail.com","dop":"2025-09-09","serial_number":"14648421748070","imei1":"14648421748070","imei2":"14648421748070","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172388,"job_number":"JOB_172388","tr_customer_id":172405,"tr_customer_product_id":172395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Stevie Schuppe","mobile_number":"611-810-9124","email_id":"Rosina_Sipes46@gmail.com","dop":"2025-09-09","serial_number":"15884008028155","imei1":"15884008028155","imei2":"15884008028155","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172390,"job_number":"JOB_172390","tr_customer_id":172407,"tr_customer_product_id":172397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12380336231274","imei1":"12380336231274","imei2":"12380336231274","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172391,"job_number":"JOB_172391","tr_customer_id":172408,"tr_customer_product_id":172398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17623488511652","imei1":"17623488511652","imei2":"17623488511652","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172394,"job_number":"JOB_172394","tr_customer_id":172411,"tr_customer_product_id":172401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:12.000Z","modified_at":"2026-01-30T21:13:12.000Z","name":"Kiera Kilback","mobile_number":"408-323-1270","email_id":"Dino_Ziemann91@hotmail.com","dop":"2025-11-11","serial_number":"1019205191172153","imei1":"1019205191172153","imei2":"1019205191172153","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172395,"job_number":"JOB_172395","tr_customer_id":172412,"tr_customer_product_id":172402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:13.000Z","modified_at":"2026-01-30T21:13:13.000Z","name":"Maiya Gleason","mobile_number":"757-560-6669","email_id":"Ardith.Corkery@yahoo.com","dop":"2025-11-11","serial_number":"1042383906985789","imei1":"1042383906985789","imei2":"1042383906985789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172396,"job_number":"JOB_172396","tr_customer_id":172413,"tr_customer_product_id":172403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:01.000Z","modified_at":"2026-01-30T21:14:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13027163024313","imei1":"13027163024313","imei2":"13027163024313","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172398,"job_number":"JOB_172398","tr_customer_id":172415,"tr_customer_product_id":172405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:02.000Z","modified_at":"2026-01-30T21:14:02.000Z","name":"Gunnar Luettgen","mobile_number":"633-534-7660","email_id":"Frances.Harvey4@gmail.com","dop":"2025-11-11","serial_number":"1035388738758939","imei1":"1035388738758939","imei2":"1035388738758939","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172399,"job_number":"JOB_172399","tr_customer_id":172416,"tr_customer_product_id":172406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:04.000Z","modified_at":"2026-01-30T21:14:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"11458741487949","imei1":"11458741487949","imei2":"11458741487949","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172401,"job_number":"JOB_172401","tr_customer_id":172418,"tr_customer_product_id":172408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:05.000Z","modified_at":"2026-01-30T21:14:05.000Z","name":"Nona Will","mobile_number":"502-851-5507","email_id":"Lenore82@gmail.com","dop":"2025-11-11","serial_number":"1042056614309208","imei1":"1042056614309208","imei2":"1042056614309208","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172402,"job_number":"JOB_172402","tr_customer_id":172419,"tr_customer_product_id":172409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:51.000Z","modified_at":"2026-01-30T21:14:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12288884825762","imei1":"12288884825762","imei2":"12288884825762","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172404,"job_number":"JOB_172404","tr_customer_id":172421,"tr_customer_product_id":172411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:52.000Z","modified_at":"2026-01-30T21:14:52.000Z","name":"Therese Willms","mobile_number":"661-333-9335","email_id":"Xander.Bernhard@hotmail.com","dop":"2025-11-11","serial_number":"1097629552351341","imei1":"1097629552351341","imei2":"1097629552351341","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172405,"job_number":"JOB_172405","tr_customer_id":172422,"tr_customer_product_id":172412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:56.000Z","modified_at":"2026-01-30T21:14:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19109678251237","imei1":"19109678251237","imei2":"19109678251237","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172407,"job_number":"JOB_172407","tr_customer_id":172424,"tr_customer_product_id":172414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:58.000Z","modified_at":"2026-01-30T21:14:58.000Z","name":"Emmie Crona","mobile_number":"664-669-3179","email_id":"Eveline_Anderson51@yahoo.com","dop":"2025-11-11","serial_number":"1001888845285726","imei1":"1001888845285726","imei2":"1001888845285726","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172408,"job_number":"JOB_172408","tr_customer_id":172425,"tr_customer_product_id":172415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13470588689230","imei1":"13470588689230","imei2":"13470588689230","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172410,"job_number":"JOB_172410","tr_customer_id":172427,"tr_customer_product_id":172417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13218804858463","imei1":"13218804858463","imei2":"13218804858463","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172412,"job_number":"JOB_172412","tr_customer_id":172429,"tr_customer_product_id":172419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:13.000Z","modified_at":"2026-01-30T21:22:13.000Z","name":"Abbigail Bailey","mobile_number":"461-793-3369","email_id":"Kelsi_Koepp@gmail.com","dop":"2025-11-11","serial_number":"1085688234762477","imei1":"1085688234762477","imei2":"1085688234762477","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172413,"job_number":"JOB_172413","tr_customer_id":172430,"tr_customer_product_id":172420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:14.000Z","modified_at":"2026-01-30T21:22:14.000Z","name":"Vida Krajcik","mobile_number":"928-282-9786","email_id":"Cleta46@yahoo.com","dop":"2025-11-11","serial_number":"1018032639573408","imei1":"1018032639573408","imei2":"1018032639573408","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172414,"job_number":"JOB_172414","tr_customer_id":172431,"tr_customer_product_id":172421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:04.000Z","modified_at":"2026-01-30T21:23:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"17799087122617","imei1":"17799087122617","imei2":"17799087122617","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172416,"job_number":"JOB_172416","tr_customer_id":172433,"tr_customer_product_id":172423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:06.000Z","modified_at":"2026-01-30T21:23:06.000Z","name":"Jaida Stark","mobile_number":"254-728-8136","email_id":"Berniece.Lynch@yahoo.com","dop":"2025-11-11","serial_number":"1054391687208445","imei1":"1054391687208445","imei2":"1054391687208445","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172417,"job_number":"JOB_172417","tr_customer_id":172434,"tr_customer_product_id":172424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:07.000Z","modified_at":"2026-01-30T21:23:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16036877650387","imei1":"16036877650387","imei2":"16036877650387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172419,"job_number":"JOB_172419","tr_customer_id":172436,"tr_customer_product_id":172426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:09.000Z","modified_at":"2026-01-30T21:23:09.000Z","name":"Brielle Mills","mobile_number":"870-991-1282","email_id":"Kaelyn.Terry@hotmail.com","dop":"2025-11-11","serial_number":"1082594888102276","imei1":"1082594888102276","imei2":"1082594888102276","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172420,"job_number":"JOB_172420","tr_customer_id":172437,"tr_customer_product_id":172427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:56.000Z","modified_at":"2026-01-30T21:23:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10198504740506","imei1":"10198504740506","imei2":"10198504740506","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172422,"job_number":"JOB_172422","tr_customer_id":172439,"tr_customer_product_id":172429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:58.000Z","modified_at":"2026-01-30T21:23:58.000Z","name":"Elvis Brekke","mobile_number":"744-439-6832","email_id":"Matteo98@yahoo.com","dop":"2025-11-11","serial_number":"1006338842373507","imei1":"1006338842373507","imei2":"1006338842373507","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172423,"job_number":"JOB_172423","tr_customer_id":172440,"tr_customer_product_id":172430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:02.000Z","modified_at":"2026-01-30T21:24:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11921365970512","imei1":"11921365970512","imei2":"11921365970512","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172425,"job_number":"JOB_172425","tr_customer_id":172442,"tr_customer_product_id":172432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:04.000Z","modified_at":"2026-01-30T21:24:04.000Z","name":"Kylie Morissette","mobile_number":"218-266-0912","email_id":"Jonathan_Green@hotmail.com","dop":"2025-11-11","serial_number":"1010315002247731","imei1":"1010315002247731","imei2":"1010315002247731","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172426,"job_number":"JOB_172426","tr_customer_id":172443,"tr_customer_product_id":172433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14799189517485","imei1":"14799189517485","imei2":"14799189517485","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172427,"job_number":"JOB_172427","tr_customer_id":172444,"tr_customer_product_id":172434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13403494756602","imei1":"13403494756602","imei2":"13403494756602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172430,"job_number":"JOB_172430","tr_customer_id":172447,"tr_customer_product_id":172437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:14.000Z","modified_at":"2026-01-30T21:30:14.000Z","name":"Joany Heaney","mobile_number":"645-876-6200","email_id":"Danny.Wuckert17@hotmail.com","dop":"2025-11-11","serial_number":"1045723498591120","imei1":"1045723498591120","imei2":"1045723498591120","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172431,"job_number":"JOB_172431","tr_customer_id":172448,"tr_customer_product_id":172438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:15.000Z","modified_at":"2026-01-30T21:30:15.000Z","name":"Bret Kohler","mobile_number":"667-786-6846","email_id":"Shanna_Leuschke@yahoo.com","dop":"2025-11-11","serial_number":"1016707697266723","imei1":"1016707697266723","imei2":"1016707697266723","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172432,"job_number":"JOB_172432","tr_customer_id":172449,"tr_customer_product_id":172439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:06.000Z","modified_at":"2026-01-30T21:31:06.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19160682946648","imei1":"19160682946648","imei2":"19160682946648","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172434,"job_number":"JOB_172434","tr_customer_id":172451,"tr_customer_product_id":172441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:07.000Z","modified_at":"2026-01-30T21:31:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16993675172270","imei1":"16993675172270","imei2":"16993675172270","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172436,"job_number":"JOB_172436","tr_customer_id":172453,"tr_customer_product_id":172443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:08.000Z","modified_at":"2026-01-30T21:31:08.000Z","name":"Krista Gislason","mobile_number":"681-531-9580","email_id":"Eloy.Boehm7@hotmail.com","dop":"2025-11-11","serial_number":"1070433839883737","imei1":"1070433839883737","imei2":"1070433839883737","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172437,"job_number":"JOB_172437","tr_customer_id":172454,"tr_customer_product_id":172444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:09.000Z","modified_at":"2026-01-30T21:31:09.000Z","name":"Rosemarie Sanford","mobile_number":"880-253-0656","email_id":"Layne.Klein@yahoo.com","dop":"2025-11-11","serial_number":"1015275517496839","imei1":"1015275517496839","imei2":"1015275517496839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172438,"job_number":"JOB_172438","tr_customer_id":172455,"tr_customer_product_id":172445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:00.000Z","modified_at":"2026-01-30T21:32:00.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12247041133689","imei1":"12247041133689","imei2":"12247041133689","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172440,"job_number":"JOB_172440","tr_customer_id":172457,"tr_customer_product_id":172447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:01.000Z","modified_at":"2026-01-30T21:32:01.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14514539913713","imei1":"14514539913713","imei2":"14514539913713","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172442,"job_number":"JOB_172442","tr_customer_id":172459,"tr_customer_product_id":172449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:02.000Z","modified_at":"2026-01-30T21:32:02.000Z","name":"Brando Johns","mobile_number":"651-332-0226","email_id":"Sadye.Heathcote18@yahoo.com","dop":"2025-11-11","serial_number":"1059524821709621","imei1":"1059524821709621","imei2":"1059524821709621","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172443,"job_number":"JOB_172443","tr_customer_id":172460,"tr_customer_product_id":172450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:03.000Z","modified_at":"2026-01-30T21:32:03.000Z","name":"Demetris Hudson","mobile_number":"703-434-8518","email_id":"Marilou78@hotmail.com","dop":"2025-11-11","serial_number":"1062883942937743","imei1":"1062883942937743","imei2":"1062883942937743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172444,"job_number":"JOB_172444","tr_customer_id":172461,"tr_customer_product_id":172451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17005653684316","imei1":"17005653684316","imei2":"17005653684316","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172445,"job_number":"JOB_172445","tr_customer_id":172462,"tr_customer_product_id":172452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13491607371938","imei1":"13491607371938","imei2":"13491607371938","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172448,"job_number":"JOB_172448","tr_customer_id":172465,"tr_customer_product_id":172455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Americo Mayer","mobile_number":"786-863-6481","email_id":"Nicholaus96@yahoo.com","dop":"2025-11-11","serial_number":"1000063185889683","imei1":"1000063185889683","imei2":"1000063185889683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172449,"job_number":"JOB_172449","tr_customer_id":172466,"tr_customer_product_id":172456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Carmen Ratke","mobile_number":"343-844-2520","email_id":"Carter.Mertz@hotmail.com","dop":"2025-11-11","serial_number":"1012684883505661","imei1":"1012684883505661","imei2":"1012684883505661","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172450,"job_number":"JOB_172450","tr_customer_id":172467,"tr_customer_product_id":172457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16971904227788","imei1":"16971904227788","imei2":"16971904227788","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172452,"job_number":"JOB_172452","tr_customer_id":172469,"tr_customer_product_id":172459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10685521963586","imei1":"10685521963586","imei2":"10685521963586","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172454,"job_number":"JOB_172454","tr_customer_id":172471,"tr_customer_product_id":172461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:03.000Z","modified_at":"2026-01-30T21:37:03.000Z","name":"Kamren Ankunding","mobile_number":"769-375-7001","email_id":"Florencio_Harber@hotmail.com","dop":"2025-11-11","serial_number":"1019664931892131","imei1":"1019664931892131","imei2":"1019664931892131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172455,"job_number":"JOB_172455","tr_customer_id":172472,"tr_customer_product_id":172462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:04.000Z","modified_at":"2026-01-30T21:37:04.000Z","name":"Charles Keeling","mobile_number":"981-697-6665","email_id":"Maximillian84@gmail.com","dop":"2025-11-11","serial_number":"1055290347598683","imei1":"1055290347598683","imei2":"1055290347598683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172456,"job_number":"JOB_172456","tr_customer_id":172473,"tr_customer_product_id":172463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:51.000Z","modified_at":"2026-01-30T21:37:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12945046489602","imei1":"12945046489602","imei2":"12945046489602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172458,"job_number":"JOB_172458","tr_customer_id":172475,"tr_customer_product_id":172465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Bettye Schaden","mobile_number":"997-691-5503","email_id":"Kristopher.Toy@hotmail.com","dop":"2025-11-11","serial_number":"1070289095312015","imei1":"1070289095312015","imei2":"1070289095312015","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172459,"job_number":"JOB_172459","tr_customer_id":172476,"tr_customer_product_id":172466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"18293319264389","imei1":"18293319264389","imei2":"18293319264389","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172461,"job_number":"JOB_172461","tr_customer_id":172478,"tr_customer_product_id":172468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:55.000Z","modified_at":"2026-01-30T21:37:55.000Z","name":"Dee Murazik","mobile_number":"706-423-7190","email_id":"Alanis44@gmail.com","dop":"2025-11-11","serial_number":"1026694531423850","imei1":"1026694531423850","imei2":"1026694531423850","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172462,"job_number":"JOB_172462","tr_customer_id":172479,"tr_customer_product_id":172469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"10973495322913","imei1":"10973495322913","imei2":"10973495322913","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172463,"job_number":"JOB_172463","tr_customer_id":172480,"tr_customer_product_id":172470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15893723864107","imei1":"15893723864107","imei2":"15893723864107","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172466,"job_number":"JOB_172466","tr_customer_id":172483,"tr_customer_product_id":172473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:12.000Z","modified_at":"2026-01-30T21:40:12.000Z","name":"Lyla Bailey","mobile_number":"366-914-4691","email_id":"Janie.Keeling@hotmail.com","dop":"2025-11-11","serial_number":"1081559480008277","imei1":"1081559480008277","imei2":"1081559480008277","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172467,"job_number":"JOB_172467","tr_customer_id":172484,"tr_customer_product_id":172474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:13.000Z","modified_at":"2026-01-30T21:40:13.000Z","name":"Elnora Aufderhar","mobile_number":"690-479-0121","email_id":"Tyson_Kertzmann@gmail.com","dop":"2025-11-11","serial_number":"1038840095214232","imei1":"1038840095214232","imei2":"1038840095214232","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172468,"job_number":"JOB_172468","tr_customer_id":172485,"tr_customer_product_id":172475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:01.000Z","modified_at":"2026-01-30T21:41:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13710119597372","imei1":"13710119597372","imei2":"13710119597372","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172470,"job_number":"JOB_172470","tr_customer_id":172487,"tr_customer_product_id":172477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:03.000Z","modified_at":"2026-01-30T21:41:03.000Z","name":"Kyler Fadel","mobile_number":"581-995-7875","email_id":"Libbie82@yahoo.com","dop":"2025-11-11","serial_number":"1034173842967338","imei1":"1034173842967338","imei2":"1034173842967338","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172471,"job_number":"JOB_172471","tr_customer_id":172488,"tr_customer_product_id":172478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:04.000Z","modified_at":"2026-01-30T21:41:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15109978046538","imei1":"15109978046538","imei2":"15109978046538","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172473,"job_number":"JOB_172473","tr_customer_id":172490,"tr_customer_product_id":172480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:06.000Z","modified_at":"2026-01-30T21:41:06.000Z","name":"Bryce Sanford","mobile_number":"795-252-6990","email_id":"Vernie.Daugherty@gmail.com","dop":"2025-11-11","serial_number":"1028638921414980","imei1":"1028638921414980","imei2":"1028638921414980","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172474,"job_number":"JOB_172474","tr_customer_id":172491,"tr_customer_product_id":172481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:51.000Z","modified_at":"2026-01-30T21:41:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11082471020799","imei1":"11082471020799","imei2":"11082471020799","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172476,"job_number":"JOB_172476","tr_customer_id":172493,"tr_customer_product_id":172483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:53.000Z","modified_at":"2026-01-30T21:41:53.000Z","name":"Ali Reichel","mobile_number":"849-668-0008","email_id":"Johanna.Farrell42@hotmail.com","dop":"2025-11-11","serial_number":"1028378663737736","imei1":"1028378663737736","imei2":"1028378663737736","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172477,"job_number":"JOB_172477","tr_customer_id":172494,"tr_customer_product_id":172484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:57.000Z","modified_at":"2026-01-30T21:41:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14858381830422","imei1":"14858381830422","imei2":"14858381830422","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172479,"job_number":"JOB_172479","tr_customer_id":172496,"tr_customer_product_id":172486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:59.000Z","modified_at":"2026-01-30T21:41:59.000Z","name":"Layla Armstrong","mobile_number":"442-259-3691","email_id":"Damon56@gmail.com","dop":"2025-11-11","serial_number":"1045705744493742","imei1":"1045705744493742","imei2":"1045705744493742","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172480,"job_number":"JOB_172480","tr_customer_id":172497,"tr_customer_product_id":172487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:05.000Z","modified_at":"2026-01-30T23:45:05.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-20T23:45:05.112763470Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172481,"job_number":"JOB_172481","tr_customer_id":172498,"tr_customer_product_id":172488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:06.000Z","modified_at":"2026-01-30T23:45:06.000Z","name":"Deependra Butt","mobile_number":"7071457248","email_id":"ameyatma.chaturvedi@gmail.com","dop":"2026-01-20","serial_number":"668187475715156","imei1":"668187475715156","imei2":"668187475715156","popurl":"www.amarnath-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172482,"job_number":"JOB_172482","tr_customer_id":172499,"tr_customer_product_id":172489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:47:30.000Z","modified_at":"2026-01-30T23:47:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-20T23:47:30.012228242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172087,"job_number":"JOB_172087","tr_customer_id":172104,"tr_customer_product_id":172094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:17.000Z","modified_at":"2026-01-30T20:07:17.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Soledad_Larkin3@hotmail.com","dop":"2025-07-02","serial_number":"12225525954316","imei1":"12225525954316","imei2":"12225525954316","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 09e3111f-8a62-4dcc-aaed-ec8723e12567 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151330,"engineer_id":2}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 072b80fd-15c2-4d63-b1c0-da4911310eee |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"job_id": 172520,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDJ9.wxbBmtIGIAzbUP08V9pSl88XL7jlPBWtjUdkjrwMyv0 |
| Connection | keep-alive |
| If-None-Match | W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b2c83c0f-299e-49a1-8840-ae5679046ccf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"520c4-67HYMoTB0yzJ0HCe/rCBxLsFXVE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172088,"job_number":"JOB_172088","tr_customer_id":172105,"tr_customer_product_id":172095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:23.000Z","modified_at":"2026-01-30T20:07:23.000Z","name":"Paramartha Panicker","mobile_number":"9638538681","email_id":"minakshi.nayar@gmail.com","dop":"2026-01-21","serial_number":"42173866545359","imei1":"42173866545359","imei2":"42173866545359","popurl":"www.chandni-mehra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172089,"job_number":"JOB_172089","tr_customer_id":172106,"tr_customer_product_id":172096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Deontae Jaskolski","mobile_number":"412-730-5442","email_id":"Seth72@hotmail.com","dop":"2025-09-09","serial_number":"17487191592236","imei1":"17487191592236","imei2":"17487191592236","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172090,"job_number":"JOB_172090","tr_customer_id":172107,"tr_customer_product_id":172097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Jerad Carter","mobile_number":"941-631-9761","email_id":"Lewis_Grant@hotmail.com","dop":"2025-09-09","serial_number":"15843514646085","imei1":"15843514646085","imei2":"15843514646085","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172092,"job_number":"JOB_172092","tr_customer_id":172109,"tr_customer_product_id":172099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Chaim Orn","mobile_number":"681-436-5011","email_id":"Crystel.OKeefe59@yahoo.com","dop":"2025-09-09","serial_number":"18100781238109","imei1":"18100781238109","imei2":"18100781238109","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172093,"job_number":"JOB_172093","tr_customer_id":172110,"tr_customer_product_id":172100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Linwood Swift","mobile_number":"956-838-6893","email_id":"George.Jenkins@yahoo.com","dop":"2025-09-09","serial_number":"15265346979489","imei1":"15265346979489","imei2":"15265346979489","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172095,"job_number":"JOB_172095","tr_customer_id":172112,"tr_customer_product_id":172102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Braeden Johnston","mobile_number":"938-446-9069","email_id":"Izabella_Hermann89@gmail.com","dop":"2025-09-09","serial_number":"19219071546262","imei1":"19219071546262","imei2":"19219071546262","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172096,"job_number":"JOB_172096","tr_customer_id":172113,"tr_customer_product_id":172103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Autumn Tillman","mobile_number":"258-665-7285","email_id":"Amie61@gmail.com","dop":"2025-09-09","serial_number":"14633689500051","imei1":"14633689500051","imei2":"14633689500051","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172098,"job_number":"JOB_172098","tr_customer_id":172115,"tr_customer_product_id":172105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Jagmeet Adiga","mobile_number":"9923534746","email_id":"charumati.mehra@yahoo.co.in","dop":"2026-01-21","serial_number":"20049842989654","imei1":"20049842989654","imei2":"20049842989654","popurl":"www.vidhur-dhawan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172099,"job_number":"JOB_172099","tr_customer_id":172116,"tr_customer_product_id":172106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Shubhaprada Ahuja","mobile_number":"9687123714","email_id":"chinmayanand.joshi@yahoo.co.in","dop":"2026-01-21","serial_number":"31459086180514","imei1":"31459086180514","imei2":"31459086180514","popurl":"www.diptendu-chaturvedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172100,"job_number":"JOB_172100","tr_customer_id":172117,"tr_customer_product_id":172107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Rohana Sinha","mobile_number":"9609256942","email_id":"shresthi.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"69884065036622","imei1":"69884065036622","imei2":"69884065036622","popurl":"www.shakti-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172101,"job_number":"JOB_172101","tr_customer_id":172118,"tr_customer_product_id":172108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Suresh Gill","mobile_number":"9982804417","email_id":"prayag.desai@gmail.com","dop":"2026-01-21","serial_number":"91971265105814","imei1":"91971265105814","imei2":"91971265105814","popurl":"www.gopi-achari.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172102,"job_number":"JOB_172102","tr_customer_id":172119,"tr_customer_product_id":172109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Agniprava Bhat","mobile_number":"9520056788","email_id":"sloka.dutta@yahoo.co.in","dop":"2026-01-21","serial_number":"11713024954620","imei1":"11713024954620","imei2":"11713024954620","popurl":"www.jitender-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172103,"job_number":"JOB_172103","tr_customer_id":172120,"tr_customer_product_id":172110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Anilaabh Trivedi","mobile_number":"9383135960","email_id":"ananta.guneta@hotmail.com","dop":"2026-01-21","serial_number":"58990575976000","imei1":"58990575976000","imei2":"58990575976000","popurl":"www.bhaswar-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172104,"job_number":"JOB_172104","tr_customer_id":172121,"tr_customer_product_id":172111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Gita Abbott","mobile_number":"9519015517","email_id":"deevakar.patil@yahoo.co.in","dop":"2026-01-21","serial_number":"16933727488809","imei1":"16933727488809","imei2":"16933727488809","popurl":"www.adhiraj-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172105,"job_number":"JOB_172105","tr_customer_id":172122,"tr_customer_product_id":172112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Harinarayan Kapoor","mobile_number":"9040523473","email_id":"ekdant.bharadwaj@yahoo.co.in","dop":"2026-01-21","serial_number":"71236426118809","imei1":"71236426118809","imei2":"71236426118809","popurl":"www.divjot-acharya.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172106,"job_number":"JOB_172106","tr_customer_id":172123,"tr_customer_product_id":172113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Jahnu Shah","mobile_number":"9328598220","email_id":"umang.kapoor@hotmail.com","dop":"2026-01-21","serial_number":"58100371873145","imei1":"58100371873145","imei2":"58100371873145","popurl":"www.bhooshan-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172107,"job_number":"JOB_172107","tr_customer_id":172124,"tr_customer_product_id":172114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:54.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Abhaya Somayaji","mobile_number":"9762644275","email_id":"anagh.jha@hotmail.com","dop":"2026-01-21","serial_number":"85162660112231","imei1":"85162660112231","imei2":"85162660112231","popurl":"www.trilochana-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172108,"job_number":"JOB_172108","tr_customer_id":172125,"tr_customer_product_id":172115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Dinesh Mukhopadhyay","mobile_number":"9276744612","email_id":"daksha.marar@yahoo.co.in","dop":"2026-01-21","serial_number":"30886075018822","imei1":"30886075018822","imei2":"30886075018822","popurl":"www.lai-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172109,"job_number":"JOB_172109","tr_customer_id":172126,"tr_customer_product_id":172116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhavani Saini","mobile_number":"9214866946","email_id":"ambar.nair@gmail.com","dop":"2026-01-21","serial_number":"38130786068858","imei1":"38130786068858","imei2":"38130786068858","popurl":"www.dev-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172110,"job_number":"JOB_172110","tr_customer_id":172127,"tr_customer_product_id":172117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhaanumati Bharadwaj","mobile_number":"9545596634","email_id":"rakesh.panicker@gmail.com","dop":"2026-01-21","serial_number":"37082793557698","imei1":"37082793557698","imei2":"37082793557698","popurl":"www.chandani-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172111,"job_number":"JOB_172111","tr_customer_id":172128,"tr_customer_product_id":172118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Baala Agarwal","mobile_number":"9403844816","email_id":"anjali.devar@yahoo.co.in","dop":"2026-01-21","serial_number":"03485339678306","imei1":"03485339678306","imei2":"03485339678306","popurl":"www.trisha-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172113,"job_number":"JOB_172113","tr_customer_id":172130,"tr_customer_product_id":172120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Chandravati Tagore","mobile_number":"9589323066","email_id":"brahmabrata.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"05718428035637","imei1":"05718428035637","imei2":"05718428035637","popurl":"www.atmananda-agarwal.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172114,"job_number":"JOB_172114","tr_customer_id":172131,"tr_customer_product_id":172121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Drona Nayar","mobile_number":"9191687356","email_id":"bandhul.khatri@hotmail.com","dop":"2026-01-21","serial_number":"65246410899430","imei1":"65246410899430","imei2":"65246410899430","popurl":"www.tejas-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172115,"job_number":"JOB_172115","tr_customer_id":172132,"tr_customer_product_id":172122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Pranay Butt","mobile_number":"9050974722","email_id":"brahmabrata.kakkar@gmail.com","dop":"2026-01-21","serial_number":"65217361590561","imei1":"65217361590561","imei2":"65217361590561","popurl":"www.anaadi-achari.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172116,"job_number":"JOB_172116","tr_customer_id":172133,"tr_customer_product_id":172123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Aaratrika Menon","mobile_number":"9968179183","email_id":"bhagwanti.chattopadhyay@hotmail.com","dop":"2026-01-21","serial_number":"83528921934503","imei1":"83528921934503","imei2":"83528921934503","popurl":"www.manik-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172117,"job_number":"JOB_172117","tr_customer_id":172134,"tr_customer_product_id":172124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Sudeva Sinha","mobile_number":"9162167490","email_id":"shwet.bhattacharya@yahoo.co.in","dop":"2026-01-21","serial_number":"42815062850287","imei1":"42815062850287","imei2":"42815062850287","popurl":"www.amrita-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172118,"job_number":"JOB_172118","tr_customer_id":172135,"tr_customer_product_id":172125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Deenabandhu Desai","mobile_number":"9036496917","email_id":"kailash.jain@hotmail.com","dop":"2026-01-21","serial_number":"44941087297112","imei1":"44941087297112","imei2":"44941087297112","popurl":"www.dipankar-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172119,"job_number":"JOB_172119","tr_customer_id":172136,"tr_customer_product_id":172126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Rohit Chattopadhyay","mobile_number":"9044745815","email_id":"kashyapi.pothuvaal@hotmail.com","dop":"2026-01-21","serial_number":"15442620243223","imei1":"15442620243223","imei2":"15442620243223","popurl":"www.adhiraj-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172120,"job_number":"JOB_172120","tr_customer_id":172137,"tr_customer_product_id":172127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Gatik Mehrotra","mobile_number":"9406212150","email_id":"dharani.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"99753802233250","imei1":"99753802233250","imei2":"99753802233250","popurl":"www.garuda-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172122,"job_number":"JOB_172122","tr_customer_id":172139,"tr_customer_product_id":172129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dharmaketu Asan","mobile_number":"9258158661","email_id":"chandira.dubashi@gmail.com","dop":"2026-01-21","serial_number":"38015642851765","imei1":"38015642851765","imei2":"38015642851765","popurl":"www.pushti-patil.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172123,"job_number":"JOB_172123","tr_customer_id":172140,"tr_customer_product_id":172130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rajinder Singh","mobile_number":"9747207727","email_id":"asha.saini@hotmail.com","dop":"2026-01-21","serial_number":"61773645565565","imei1":"61773645565565","imei2":"61773645565565","popurl":"www.baijayanti-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172125,"job_number":"JOB_172125","tr_customer_id":172142,"tr_customer_product_id":172132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tushar Shukla","mobile_number":"9927119308","email_id":"girish.malik@hotmail.com","dop":"2026-01-21","serial_number":"21741910409620","imei1":"21741910409620","imei2":"21741910409620","popurl":"www.bhilangana-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172126,"job_number":"JOB_172126","tr_customer_id":172143,"tr_customer_product_id":172133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dulari Nehru","mobile_number":"9038350295","email_id":"jitender.jha@hotmail.com","dop":"2026-01-21","serial_number":"39275586928240","imei1":"39275586928240","imei2":"39275586928240","popurl":"www.bhasvan-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172127,"job_number":"JOB_172127","tr_customer_id":172144,"tr_customer_product_id":172134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tanushri Embranthiri","mobile_number":"9809040713","email_id":"chetan.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"76869343568844","imei1":"76869343568844","imei2":"76869343568844","popurl":"www.diksha-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172129,"job_number":"JOB_172129","tr_customer_id":172146,"tr_customer_product_id":172136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rohan Pilla","mobile_number":"9629358891","email_id":"adripathi.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"56195657003023","imei1":"56195657003023","imei2":"56195657003023","popurl":"www.draupadi-pandey.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172130,"job_number":"JOB_172130","tr_customer_id":172147,"tr_customer_product_id":172137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Narinder Sethi","mobile_number":"9834302884","email_id":"achalesvara.mehra@hotmail.com","dop":"2026-01-21","serial_number":"97755871571579","imei1":"97755871571579","imei2":"97755871571579","popurl":"www.chandradev-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172132,"job_number":"JOB_172132","tr_customer_id":172149,"tr_customer_product_id":172139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rageswari Dubashi","mobile_number":"9400344510","email_id":"menka.asan@gmail.com","dop":"2026-01-21","serial_number":"05293696947247","imei1":"05293696947247","imei2":"05293696947247","popurl":"www.bhagwanti-ahluwalia.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172133,"job_number":"JOB_172133","tr_customer_id":172150,"tr_customer_product_id":172140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Sushil Menon","mobile_number":"9872525129","email_id":"ranjit.reddy@gmail.com","dop":"2026-01-21","serial_number":"72985551186766","imei1":"72985551186766","imei2":"72985551186766","popurl":"www.achyut-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172134,"job_number":"JOB_172134","tr_customer_id":172151,"tr_customer_product_id":172141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Giri Nair","mobile_number":"9561524080","email_id":"chaanakya.kaul@yahoo.co.in","dop":"2026-01-21","serial_number":"25249007451480","imei1":"25249007451480","imei2":"25249007451480","popurl":"www.shakti-bandopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172135,"job_number":"JOB_172135","tr_customer_id":172152,"tr_customer_product_id":172142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Bhagavaan Panicker","mobile_number":"9362922300","email_id":"bilwa.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"48670860149450","imei1":"48670860149450","imei2":"48670860149450","popurl":"www.deven-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172136,"job_number":"JOB_172136","tr_customer_id":172153,"tr_customer_product_id":172143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Balagopal Mishra","mobile_number":"9472068553","email_id":"bhisham.sethi@yahoo.co.in","dop":"2026-01-21","serial_number":"67627404929279","imei1":"67627404929279","imei2":"67627404929279","popurl":"www.sher-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172137,"job_number":"JOB_172137","tr_customer_id":172154,"tr_customer_product_id":172144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Jaya Ganaka","mobile_number":"9435698175","email_id":"baalaaditya.menon@yahoo.co.in","dop":"2026-01-21","serial_number":"39503159081337","imei1":"39503159081337","imei2":"39503159081337","popurl":"www.naval-sharma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172138,"job_number":"JOB_172138","tr_customer_id":172155,"tr_customer_product_id":172145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Manik Pothuvaal","mobile_number":"9552700881","email_id":"bhooshan.sinha@hotmail.com","dop":"2026-01-21","serial_number":"48328837137420","imei1":"48328837137420","imei2":"48328837137420","popurl":"www.sher-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172140,"job_number":"JOB_172140","tr_customer_id":172157,"tr_customer_product_id":172147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Dwaipayan Singh","mobile_number":"9397608583","email_id":"jagathi.singh@gmail.com","dop":"2026-01-21","serial_number":"23400709927514","imei1":"23400709927514","imei2":"23400709927514","popurl":"www.ranjit-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172142,"job_number":"JOB_172142","tr_customer_id":172159,"tr_customer_product_id":172149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Kamla Ahuja","mobile_number":"9123844307","email_id":"brajesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"14307912361229","imei1":"14307912361229","imei2":"14307912361229","popurl":"www.ayushmati-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172143,"job_number":"JOB_172143","tr_customer_id":172160,"tr_customer_product_id":172150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amarnath Khatri","mobile_number":"9090248071","email_id":"prem.acharya@hotmail.com","dop":"2026-01-21","serial_number":"88080015267681","imei1":"88080015267681","imei2":"88080015267681","popurl":"www.kama-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172144,"job_number":"JOB_172144","tr_customer_id":172161,"tr_customer_product_id":172151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Baidehi Reddy","mobile_number":"9247722309","email_id":"bhooshit.kaul@hotmail.com","dop":"2026-01-21","serial_number":"30785377076931","imei1":"30785377076931","imei2":"30785377076931","popurl":"www.pushti-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172145,"job_number":"JOB_172145","tr_customer_id":172162,"tr_customer_product_id":172152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amrita Achari","mobile_number":"9370379293","email_id":"anilabh.achari@gmail.com","dop":"2026-01-21","serial_number":"20380715263538","imei1":"20380715263538","imei2":"20380715263538","popurl":"www.mahesh-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172146,"job_number":"JOB_172146","tr_customer_id":172163,"tr_customer_product_id":172153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Bhardwaj Prajapat","mobile_number":"9276693823","email_id":"bhagwati.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"74769407112890","imei1":"74769407112890","imei2":"74769407112890","popurl":"www.aayushmaan-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172147,"job_number":"JOB_172147","tr_customer_id":172164,"tr_customer_product_id":172154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Devika Guneta","mobile_number":"9683320287","email_id":"kanaka.dhawan@gmail.com","dop":"2026-01-21","serial_number":"28463357278713","imei1":"28463357278713","imei2":"28463357278713","popurl":"www.urmila-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172148,"job_number":"JOB_172148","tr_customer_id":172165,"tr_customer_product_id":172155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Garud Sharma","mobile_number":"9826210786","email_id":"balgopal.ahuja@gmail.com","dop":"2026-01-21","serial_number":"58320378315328","imei1":"58320378315328","imei2":"58320378315328","popurl":"www.deveshwar-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172149,"job_number":"JOB_172149","tr_customer_id":172166,"tr_customer_product_id":172156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Kamlesh Nambeesan","mobile_number":"9571031714","email_id":"girja.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"76574151337483","imei1":"76574151337483","imei2":"76574151337483","popurl":"www.daiwik-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172151,"job_number":"JOB_172151","tr_customer_id":172168,"tr_customer_product_id":172158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Samir Chattopadhyay","mobile_number":"9406334142","email_id":"atmananda.saini@hotmail.com","dop":"2026-01-21","serial_number":"06907667110038","imei1":"06907667110038","imei2":"06907667110038","popurl":"www.minakshi-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172152,"job_number":"JOB_172152","tr_customer_id":172169,"tr_customer_product_id":172159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Bhupen Somayaji","mobile_number":"9828413526","email_id":"sanjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"21911814409204","imei1":"21911814409204","imei2":"21911814409204","popurl":"www.avani-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172154,"job_number":"JOB_172154","tr_customer_id":172171,"tr_customer_product_id":172161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chandra Tagore","mobile_number":"9282196326","email_id":"dhyaneshwar.guneta@hotmail.com","dop":"2026-01-21","serial_number":"40037908951257","imei1":"40037908951257","imei2":"40037908951257","popurl":"www.chidaatma-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172155,"job_number":"JOB_172155","tr_customer_id":172172,"tr_customer_product_id":172162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Uma Arora","mobile_number":"9476564032","email_id":"chidambaram.tagore@gmail.com","dop":"2026-01-21","serial_number":"68990895641704","imei1":"68990895641704","imei2":"68990895641704","popurl":"www.sucheta-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172156,"job_number":"JOB_172156","tr_customer_id":172173,"tr_customer_product_id":172163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chitrangada Patel","mobile_number":"9909332621","email_id":"dandapaani.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"91167544797495","imei1":"91167544797495","imei2":"91167544797495","popurl":"www.chandran-kaniyar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172157,"job_number":"JOB_172157","tr_customer_id":172174,"tr_customer_product_id":172164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Vishnu Jha","mobile_number":"9698443820","email_id":"manoj.mahajan@hotmail.com","dop":"2026-01-21","serial_number":"68743232382050","imei1":"68743232382050","imei2":"68743232382050","popurl":"www.kali-kaul.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172158,"job_number":"JOB_172158","tr_customer_id":172175,"tr_customer_product_id":172165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Indra Namboothiri","mobile_number":"9024687617","email_id":"soma.dutta@hotmail.com","dop":"2026-01-21","serial_number":"26963206017347","imei1":"26963206017347","imei2":"26963206017347","popurl":"www.dulari-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172159,"job_number":"JOB_172159","tr_customer_id":172176,"tr_customer_product_id":172166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Gauraang Namboothiri","mobile_number":"9414096407","email_id":"tarun.prajapat@gmail.com","dop":"2026-01-21","serial_number":"49884237123736","imei1":"49884237123736","imei2":"49884237123736","popurl":"www.meghnath-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172160,"job_number":"JOB_172160","tr_customer_id":172177,"tr_customer_product_id":172167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Agasti Singh","mobile_number":"9690145112","email_id":"chidaakaash.namboothiri@hotmail.com","dop":"2026-01-21","serial_number":"65298665423073","imei1":"65298665423073","imei2":"65298665423073","popurl":"www.dulari-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172161,"job_number":"JOB_172161","tr_customer_id":172178,"tr_customer_product_id":172168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhagwati Mehra","mobile_number":"9447357516","email_id":"gitanjali.talwar@yahoo.co.in","dop":"2026-01-21","serial_number":"90854106806549","imei1":"90854106806549","imei2":"90854106806549","popurl":"www.vishwamitra-kaur.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172162,"job_number":"JOB_172162","tr_customer_id":172179,"tr_customer_product_id":172169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Girija Verma","mobile_number":"9602585273","email_id":"kashyapi.embranthiri@yahoo.co.in","dop":"2026-01-21","serial_number":"18048843813740","imei1":"18048843813740","imei2":"18048843813740","popurl":"www.sarisha-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172163,"job_number":"JOB_172163","tr_customer_id":172180,"tr_customer_product_id":172170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Nirbhay Prajapat","mobile_number":"9983076031","email_id":"acharyanandana.agarwal@gmail.com","dop":"2026-01-21","serial_number":"33146266105000","imei1":"33146266105000","imei2":"33146266105000","popurl":"www.harit-chopra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172164,"job_number":"JOB_172164","tr_customer_id":172181,"tr_customer_product_id":172171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Kamalesh Nair","mobile_number":"9450740067","email_id":"sarvin.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"13162052001178","imei1":"13162052001178","imei2":"13162052001178","popurl":"www.abani-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172165,"job_number":"JOB_172165","tr_customer_id":172182,"tr_customer_product_id":172172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Chandraketu Khanna","mobile_number":"9122481690","email_id":"gayatri.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"05546579127590","imei1":"05546579127590","imei2":"05546579127590","popurl":"www.aanandaswarup-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172167,"job_number":"JOB_172167","tr_customer_id":172184,"tr_customer_product_id":172174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhupati Khatri","mobile_number":"9302780198","email_id":"deepan.nair@hotmail.com","dop":"2026-01-21","serial_number":"50995457303075","imei1":"50995457303075","imei2":"50995457303075","popurl":"www.dhruv-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172170,"job_number":"JOB_172170","tr_customer_id":172187,"tr_customer_product_id":172177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Ankal Nehru","mobile_number":"9448742685","email_id":"navin.khan@gmail.com","dop":"2026-01-21","serial_number":"75113274059093","imei1":"75113274059093","imei2":"75113274059093","popurl":"www.aasa-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172171,"job_number":"JOB_172171","tr_customer_id":172188,"tr_customer_product_id":172178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Deb Bhattathiri","mobile_number":"9980740256","email_id":"aadi.nair@yahoo.co.in","dop":"2026-01-21","serial_number":"01592207859961","imei1":"01592207859961","imei2":"01592207859961","popurl":"www.rageswari-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172172,"job_number":"JOB_172172","tr_customer_id":172189,"tr_customer_product_id":172179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Chapal Agarwal","mobile_number":"9092348633","email_id":"dandapaani.bhat@hotmail.com","dop":"2026-01-21","serial_number":"82393337501622","imei1":"82393337501622","imei2":"82393337501622","popurl":"www.bhupati-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172173,"job_number":"JOB_172173","tr_customer_id":172190,"tr_customer_product_id":172180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Anal Nehru","mobile_number":"9622382709","email_id":"gajabahu.tagore@hotmail.com","dop":"2026-01-21","serial_number":"94944055892893","imei1":"94944055892893","imei2":"94944055892893","popurl":"www.shashi-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172175,"job_number":"JOB_172175","tr_customer_id":172192,"tr_customer_product_id":172182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Lavanya Dubashi","mobile_number":"9121838009","email_id":"akshaj.joshi@gmail.com","dop":"2026-01-21","serial_number":"78500931463017","imei1":"78500931463017","imei2":"78500931463017","popurl":"www.adhiraj-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172177,"job_number":"JOB_172177","tr_customer_id":172194,"tr_customer_product_id":172184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gauraang Trivedi","mobile_number":"9452975786","email_id":"nanda.khanna@gmail.com","dop":"2026-01-21","serial_number":"60163715427998","imei1":"60163715427998","imei2":"60163715427998","popurl":"www.bhagwanti-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172178,"job_number":"JOB_172178","tr_customer_id":172195,"tr_customer_product_id":172185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gati Nambeesan","mobile_number":"9881290022","email_id":"dhara.dhawan@gmail.com","dop":"2026-01-21","serial_number":"12163654214251","imei1":"12163654214251","imei2":"12163654214251","popurl":"www.preity-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172179,"job_number":"JOB_172179","tr_customer_id":172196,"tr_customer_product_id":172186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Shashi Panicker","mobile_number":"9898053351","email_id":"anang.singh@yahoo.co.in","dop":"2026-01-21","serial_number":"05654235389567","imei1":"05654235389567","imei2":"05654235389567","popurl":"www.sloka-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172181,"job_number":"JOB_172181","tr_customer_id":172198,"tr_customer_product_id":172188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Bahula Banerjee","mobile_number":"9832900663","email_id":"kalpana.nambeesan@hotmail.com","dop":"2026-01-21","serial_number":"23791424302436","imei1":"23791424302436","imei2":"23791424302436","popurl":"www.lakshmidhar-gandhi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172182,"job_number":"JOB_172182","tr_customer_id":172199,"tr_customer_product_id":172189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Mayoor Johar","mobile_number":"9486443310","email_id":"avadhesh.acharya@gmail.com","dop":"2026-01-21","serial_number":"41854114889991","imei1":"41854114889991","imei2":"41854114889991","popurl":"www.chitrangada-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172183,"job_number":"JOB_172183","tr_customer_id":172200,"tr_customer_product_id":172190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Somu Guneta","mobile_number":"9701133698","email_id":"menaka.guneta@yahoo.co.in","dop":"2026-01-21","serial_number":"08266682468762","imei1":"08266682468762","imei2":"08266682468762","popurl":"www.lakshmidhar-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172185,"job_number":"JOB_172185","tr_customer_id":172202,"tr_customer_product_id":172192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Suryakantam Kocchar","mobile_number":"9049884996","email_id":"chandrabhan.mehra@gmail.com","dop":"2026-01-21","serial_number":"07596982818159","imei1":"07596982818159","imei2":"07596982818159","popurl":"www.shobhana-kapoor.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172186,"job_number":"JOB_172186","tr_customer_id":172203,"tr_customer_product_id":172193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Himani Reddy","mobile_number":"9779472838","email_id":"trilok.abbott@yahoo.co.in","dop":"2026-01-21","serial_number":"69801132836599","imei1":"69801132836599","imei2":"69801132836599","popurl":"www.aadrika-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172187,"job_number":"JOB_172187","tr_customer_id":172204,"tr_customer_product_id":172194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Trilochan Bhattacharya","mobile_number":"9413110251","email_id":"annapurna.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"67063273118955","imei1":"67063273118955","imei2":"67063273118955","popurl":"www.chinmayananda-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172189,"job_number":"JOB_172189","tr_customer_id":172206,"tr_customer_product_id":172196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Rita Banerjee","mobile_number":"9499110260","email_id":"abhirath.gupta@yahoo.co.in","dop":"2026-01-21","serial_number":"95833127919777","imei1":"95833127919777","imei2":"95833127919777","popurl":"www.chapal-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172190,"job_number":"JOB_172190","tr_customer_id":172207,"tr_customer_product_id":172197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Sudeva Nayar","mobile_number":"9215275223","email_id":"chetan.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"93618635514592","imei1":"93618635514592","imei2":"93618635514592","popurl":"www.esha-mehrotra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172191,"job_number":"JOB_172191","tr_customer_id":172208,"tr_customer_product_id":172198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Deeptanshu Jha","mobile_number":"9627266875","email_id":"bhisham.panicker@gmail.com","dop":"2026-01-21","serial_number":"08416394460997","imei1":"08416394460997","imei2":"08416394460997","popurl":"www.dayaanidhi-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172193,"job_number":"JOB_172193","tr_customer_id":172210,"tr_customer_product_id":172200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Leela Joshi","mobile_number":"9793573072","email_id":"harit.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"30862528954129","imei1":"30862528954129","imei2":"30862528954129","popurl":"www.bhooshit-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172194,"job_number":"JOB_172194","tr_customer_id":172211,"tr_customer_product_id":172201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Baijayanti Jha","mobile_number":"9148039050","email_id":"subhasini.abbott@gmail.com","dop":"2026-01-21","serial_number":"12157154681644","imei1":"12157154681644","imei2":"12157154681644","popurl":"www.bhadraksh-gupta.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172195,"job_number":"JOB_172195","tr_customer_id":172212,"tr_customer_product_id":172202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Preity Guha","mobile_number":"9764676523","email_id":"aadi.nayar@yahoo.co.in","dop":"2026-01-21","serial_number":"48981107058279","imei1":"48981107058279","imei2":"48981107058279","popurl":"www.dhanu-mahajan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172196,"job_number":"JOB_172196","tr_customer_id":172213,"tr_customer_product_id":172203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Ramesh Joshi","mobile_number":"9728098896","email_id":"divjot.iyengar@hotmail.com","dop":"2026-01-21","serial_number":"53133726967025","imei1":"53133726967025","imei2":"53133726967025","popurl":"www.girindra-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172198,"job_number":"JOB_172198","tr_customer_id":172215,"tr_customer_product_id":172205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Deenabandhu Kakkar","mobile_number":"9446032364","email_id":"mina.dwivedi@hotmail.com","dop":"2026-01-21","serial_number":"33344564069818","imei1":"33344564069818","imei2":"33344564069818","popurl":"www.ekaling-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172199,"job_number":"JOB_172199","tr_customer_id":172216,"tr_customer_product_id":172206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Nalini Talwar","mobile_number":"9704729227","email_id":"indira.pandey@hotmail.com","dop":"2026-01-21","serial_number":"23804645168183","imei1":"23804645168183","imei2":"23804645168183","popurl":"www.bilva-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172201,"job_number":"JOB_172201","tr_customer_id":172218,"tr_customer_product_id":172208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Siddhi Shah","mobile_number":"9941190314","email_id":"dhananjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"28803880833457","imei1":"28803880833457","imei2":"28803880833457","popurl":"www.vijay-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172202,"job_number":"JOB_172202","tr_customer_id":172219,"tr_customer_product_id":172209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chakradhar Bandopadhyay","mobile_number":"9255303930","email_id":"rahul.naik@gmail.com","dop":"2026-01-21","serial_number":"83397673721704","imei1":"83397673721704","imei2":"83397673721704","popurl":"www.ajeet-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172203,"job_number":"JOB_172203","tr_customer_id":172220,"tr_customer_product_id":172210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chandira Kakkar","mobile_number":"9969561090","email_id":"bhaswar.embranthiri@hotmail.com","dop":"2026-01-21","serial_number":"76060909283609","imei1":"76060909283609","imei2":"76060909283609","popurl":"www.anandamayi-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172204,"job_number":"JOB_172204","tr_customer_id":172221,"tr_customer_product_id":172211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Mangala Verma","mobile_number":"9870067076","email_id":"jagdish.dubashi@hotmail.com","dop":"2026-01-21","serial_number":"00697017668864","imei1":"00697017668864","imei2":"00697017668864","popurl":"www.jagathi-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172205,"job_number":"JOB_172205","tr_customer_id":172222,"tr_customer_product_id":172212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Darshan Nehru","mobile_number":"9252093477","email_id":"kanishka.tagore@gmail.com","dop":"2026-01-21","serial_number":"69589514444597","imei1":"69589514444597","imei2":"69589514444597","popurl":"www.brahmabrata-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172208,"job_number":"JOB_172208","tr_customer_id":172225,"tr_customer_product_id":172215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Leda Monahan","mobile_number":"206-513-6241","email_id":"Dean_Rempel55@yahoo.com","dop":"2025-09-09","serial_number":"19119286454424","imei1":"19119286454424","imei2":"19119286454424","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172209,"job_number":"JOB_172209","tr_customer_id":172226,"tr_customer_product_id":172216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Angelo Roberts","mobile_number":"535-989-1933","email_id":"Foster6@gmail.com","dop":"2025-09-09","serial_number":"16598250900709","imei1":"16598250900709","imei2":"16598250900709","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172211,"job_number":"JOB_172211","tr_customer_id":172228,"tr_customer_product_id":172218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Mona Considine","mobile_number":"929-816-0907","email_id":"Hettie_Schmitt75@yahoo.com","dop":"2025-09-09","serial_number":"11478434180121","imei1":"11478434180121","imei2":"11478434180121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172212,"job_number":"JOB_172212","tr_customer_id":172229,"tr_customer_product_id":172219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Raymond Wisoky","mobile_number":"410-296-7538","email_id":"Newell.Lind@yahoo.com","dop":"2025-09-09","serial_number":"14175462214158","imei1":"14175462214158","imei2":"14175462214158","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172214,"job_number":"JOB_172214","tr_customer_id":172231,"tr_customer_product_id":172221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Darren Gulgowski","mobile_number":"290-759-5910","email_id":"Prince_Botsford2@hotmail.com","dop":"2025-09-09","serial_number":"12225357032082","imei1":"12225357032082","imei2":"12225357032082","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172215,"job_number":"JOB_172215","tr_customer_id":172232,"tr_customer_product_id":172222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Cesar Pfeffer","mobile_number":"770-220-0283","email_id":"Tania_Hilll@hotmail.com","dop":"2025-09-09","serial_number":"16675578753265","imei1":"16675578753265","imei2":"16675578753265","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172217,"job_number":"JOB_172217","tr_customer_id":172234,"tr_customer_product_id":172224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:42:59.000Z","modified_at":"2026-01-30T20:42:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19544533056169","imei1":"19544533056169","imei2":"19544533056169","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172219,"job_number":"JOB_172219","tr_customer_id":172236,"tr_customer_product_id":172226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:01.000Z","modified_at":"2026-01-30T20:43:01.000Z","name":"Breanne Wolf","mobile_number":"443-570-3263","email_id":"Daphne94@yahoo.com","dop":"2025-11-11","serial_number":"1085584715011457","imei1":"1085584715011457","imei2":"1085584715011457","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172220,"job_number":"JOB_172220","tr_customer_id":172237,"tr_customer_product_id":172227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:48.000Z","modified_at":"2026-01-30T20:43:48.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19628010922136","imei1":"19628010922136","imei2":"19628010922136","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172222,"job_number":"JOB_172222","tr_customer_id":172239,"tr_customer_product_id":172229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:50.000Z","modified_at":"2026-01-30T20:43:50.000Z","name":"Cathrine Weimann","mobile_number":"524-400-7958","email_id":"Guy.Gottlieb@hotmail.com","dop":"2025-11-11","serial_number":"1035248657334028","imei1":"1035248657334028","imei2":"1035248657334028","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172223,"job_number":"JOB_172223","tr_customer_id":172240,"tr_customer_product_id":172230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:37.000Z","modified_at":"2026-01-30T20:44:37.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11161754173233","imei1":"11161754173233","imei2":"11161754173233","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172225,"job_number":"JOB_172225","tr_customer_id":172242,"tr_customer_product_id":172232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:39.000Z","modified_at":"2026-01-30T20:44:39.000Z","name":"Jamarcus Ratke","mobile_number":"288-677-9703","email_id":"Elna_Koepp@yahoo.com","dop":"2025-11-11","serial_number":"1017141540239387","imei1":"1017141540239387","imei2":"1017141540239387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172226,"job_number":"JOB_172226","tr_customer_id":172243,"tr_customer_product_id":172233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:17.000Z","modified_at":"2026-01-30T20:51:17.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17058000897923","imei1":"17058000897923","imei2":"17058000897923","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172228,"job_number":"JOB_172228","tr_customer_id":172245,"tr_customer_product_id":172235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:19.000Z","modified_at":"2026-01-30T20:51:19.000Z","name":"Shaniya Hickle","mobile_number":"835-559-7183","email_id":"Waldo42@gmail.com","dop":"2025-11-11","serial_number":"1005553285183606","imei1":"1005553285183606","imei2":"1005553285183606","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172229,"job_number":"JOB_172229","tr_customer_id":172246,"tr_customer_product_id":172236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:36.000Z","modified_at":"2026-01-30T20:51:36.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13703855569056","imei1":"13703855569056","imei2":"13703855569056","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172231,"job_number":"JOB_172231","tr_customer_id":172248,"tr_customer_product_id":172238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:37.000Z","modified_at":"2026-01-30T20:51:37.000Z","name":"Haylie Dicki","mobile_number":"541-237-1218","email_id":"Junior_Ratke@yahoo.com","dop":"2025-11-11","serial_number":"1012835298287185","imei1":"1012835298287185","imei2":"1012835298287185","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172232,"job_number":"JOB_172232","tr_customer_id":172249,"tr_customer_product_id":172239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:10.000Z","modified_at":"2026-01-30T20:52:10.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15700311301367","imei1":"15700311301367","imei2":"15700311301367","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172234,"job_number":"JOB_172234","tr_customer_id":172251,"tr_customer_product_id":172241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:11.000Z","modified_at":"2026-01-30T20:52:11.000Z","name":"Bradford Hickle","mobile_number":"610-924-8824","email_id":"Stanley_Balistreri15@gmail.com","dop":"2025-11-11","serial_number":"1001413425432497","imei1":"1001413425432497","imei2":"1001413425432497","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172235,"job_number":"JOB_172235","tr_customer_id":172252,"tr_customer_product_id":172242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:29.000Z","modified_at":"2026-01-30T20:52:29.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10060463253525","imei1":"10060463253525","imei2":"10060463253525","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172237,"job_number":"JOB_172237","tr_customer_id":172254,"tr_customer_product_id":172244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:31.000Z","modified_at":"2026-01-30T20:52:31.000Z","name":"Danyka Collier","mobile_number":"745-988-7361","email_id":"Beverly11@hotmail.com","dop":"2025-11-11","serial_number":"1021574037459725","imei1":"1021574037459725","imei2":"1021574037459725","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172238,"job_number":"JOB_172238","tr_customer_id":172255,"tr_customer_product_id":172245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:02.000Z","modified_at":"2026-01-30T20:53:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17013186726131","imei1":"17013186726131","imei2":"17013186726131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172240,"job_number":"JOB_172240","tr_customer_id":172257,"tr_customer_product_id":172247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:04.000Z","modified_at":"2026-01-30T20:53:04.000Z","name":"Mossie Daugherty","mobile_number":"649-287-0843","email_id":"Josie_Romaguera@hotmail.com","dop":"2025-11-11","serial_number":"1067730773611174","imei1":"1067730773611174","imei2":"1067730773611174","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172241,"job_number":"JOB_172241","tr_customer_id":172258,"tr_customer_product_id":172248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:23.000Z","modified_at":"2026-01-30T20:53:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17893835945458","imei1":"17893835945458","imei2":"17893835945458","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172243,"job_number":"JOB_172243","tr_customer_id":172260,"tr_customer_product_id":172250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:25.000Z","modified_at":"2026-01-30T20:53:25.000Z","name":"Earnestine Bechtelar","mobile_number":"552-372-5620","email_id":"Nels.Labadie20@yahoo.com","dop":"2025-11-11","serial_number":"1068068435317336","imei1":"1068068435317336","imei2":"1068068435317336","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172244,"job_number":"JOB_172244","tr_customer_id":172261,"tr_customer_product_id":172251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19570296297722","imei1":"19570296297722","imei2":"19570296297722","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172245,"job_number":"JOB_172245","tr_customer_id":172262,"tr_customer_product_id":172252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13704842992681","imei1":"13704842992681","imei2":"13704842992681","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172248,"job_number":"JOB_172248","tr_customer_id":172265,"tr_customer_product_id":172255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:57.000Z","modified_at":"2026-01-30T20:55:57.000Z","name":"Sarina Glover","mobile_number":"887-775-3733","email_id":"Jessy_Cremin70@yahoo.com","dop":"2025-11-11","serial_number":"1075161369597434","imei1":"1075161369597434","imei2":"1075161369597434","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172249,"job_number":"JOB_172249","tr_customer_id":172266,"tr_customer_product_id":172256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:58.000Z","modified_at":"2026-01-30T20:55:58.000Z","name":"Johann Hettinger","mobile_number":"968-391-8628","email_id":"Nicholas_Friesen@hotmail.com","dop":"2025-11-11","serial_number":"1095495010245508","imei1":"1095495010245508","imei2":"1095495010245508","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172250,"job_number":"JOB_172250","tr_customer_id":172267,"tr_customer_product_id":172257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:34.000Z","modified_at":"2026-01-30T20:56:34.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-25","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-25T20:56:33.921189665Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172251,"job_number":"JOB_172251","tr_customer_id":172268,"tr_customer_product_id":172258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:45.000Z","modified_at":"2026-01-30T20:56:45.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18375673252745","imei1":"18375673252745","imei2":"18375673252745","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172253,"job_number":"JOB_172253","tr_customer_id":172270,"tr_customer_product_id":172260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:46.000Z","modified_at":"2026-01-30T20:56:46.000Z","name":"Cletus Bogan","mobile_number":"570-248-0104","email_id":"Karen_Haag@hotmail.com","dop":"2025-11-11","serial_number":"1089205796574876","imei1":"1089205796574876","imei2":"1089205796574876","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172254,"job_number":"JOB_172254","tr_customer_id":172271,"tr_customer_product_id":172261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:47.000Z","modified_at":"2026-01-30T20:56:47.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"12239763325526","imei1":"12239763325526","imei2":"12239763325526","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172256,"job_number":"JOB_172256","tr_customer_id":172273,"tr_customer_product_id":172263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:49.000Z","modified_at":"2026-01-30T20:56:49.000Z","name":"Vern Wintheiser","mobile_number":"840-810-4383","email_id":"Rodrigo68@hotmail.com","dop":"2025-11-11","serial_number":"1056360042324112","imei1":"1056360042324112","imei2":"1056360042324112","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172257,"job_number":"JOB_172257","tr_customer_id":172274,"tr_customer_product_id":172264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Shankar Prajapat","mobile_number":"9634697380","email_id":"shivakari.gandhi@yahoo.co.in","dop":"2026-01-21","serial_number":"63777902912915","imei1":"63777902912915","imei2":"63777902912915","popurl":"www.himadri-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172258,"job_number":"JOB_172258","tr_customer_id":172275,"tr_customer_product_id":172265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Avani Guha","mobile_number":"9750306537","email_id":"keerti.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"14215736508311","imei1":"14215736508311","imei2":"14215736508311","popurl":"www.giriraj-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172259,"job_number":"JOB_172259","tr_customer_id":172276,"tr_customer_product_id":172266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Gandhi","mobile_number":"9659771843","email_id":"vasudha.rana@gmail.com","dop":"2026-01-21","serial_number":"10743531080258","imei1":"10743531080258","imei2":"10743531080258","popurl":"www.ananda-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172260,"job_number":"JOB_172260","tr_customer_id":172277,"tr_customer_product_id":172267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Verma","mobile_number":"9480272036","email_id":"aatmaja.panicker@gmail.com","dop":"2026-01-21","serial_number":"12759868474276","imei1":"12759868474276","imei2":"12759868474276","popurl":"www.sloka-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172261,"job_number":"JOB_172261","tr_customer_id":172278,"tr_customer_product_id":172268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Dhana Bharadwaj","mobile_number":"9943769865","email_id":"pramila.banerjee@hotmail.com","dop":"2026-01-21","serial_number":"84390560577860","imei1":"84390560577860","imei2":"84390560577860","popurl":"www.vaijayanthi-gowda.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172262,"job_number":"JOB_172262","tr_customer_id":172279,"tr_customer_product_id":172269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Hiranya Mahajan","mobile_number":"9957134967","email_id":"jay.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"66255576499187","imei1":"66255576499187","imei2":"66255576499187","popurl":"www.parvati-gill.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172263,"job_number":"JOB_172263","tr_customer_id":172280,"tr_customer_product_id":172270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lai Trivedi","mobile_number":"9469923332","email_id":"deeptendu.khan@gmail.com","dop":"2026-01-21","serial_number":"69944918875070","imei1":"69944918875070","imei2":"69944918875070","popurl":"www.subhashini-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172264,"job_number":"JOB_172264","tr_customer_id":172281,"tr_customer_product_id":172271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Adityanandan Namboothiri","mobile_number":"9747818922","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"06260748752962","imei1":"06260748752962","imei2":"06260748752962","popurl":"www.ghanashyam-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172265,"job_number":"JOB_172265","tr_customer_id":172282,"tr_customer_product_id":172272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lila Desai","mobile_number":"9901506573","email_id":"gangesh.kaur@yahoo.co.in","dop":"2026-01-21","serial_number":"08649359121173","imei1":"08649359121173","imei2":"08649359121173","popurl":"www.geetanjali-jain.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172266,"job_number":"JOB_172266","tr_customer_id":172283,"tr_customer_product_id":172273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Pranay Kakkar","mobile_number":"9012764455","email_id":"param.butt@gmail.com","dop":"2026-01-21","serial_number":"49074397904736","imei1":"49074397904736","imei2":"49074397904736","popurl":"www.krishnadasa-somayaji.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172267,"job_number":"JOB_172267","tr_customer_id":172284,"tr_customer_product_id":172274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Nambeesan","mobile_number":"9590831793","email_id":"deeptimayee.gupta@gmail.com","dop":"2026-01-21","serial_number":"34637831655089","imei1":"34637831655089","imei2":"34637831655089","popurl":"www.anusuya-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172268,"job_number":"JOB_172268","tr_customer_id":172285,"tr_customer_product_id":172275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Vaijayanthi Tandon","mobile_number":"9852523319","email_id":"swarnalata.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"72756267590305","imei1":"72756267590305","imei2":"72756267590305","popurl":"www.minakshi-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172269,"job_number":"JOB_172269","tr_customer_id":172286,"tr_customer_product_id":172276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Hiranya Agarwal","mobile_number":"9482363798","email_id":"bhupen.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"69783826652317","imei1":"69783826652317","imei2":"69783826652317","popurl":"www.chaaruchandra-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172270,"job_number":"JOB_172270","tr_customer_id":172287,"tr_customer_product_id":172277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Som Trivedi","mobile_number":"9807152443","email_id":"manisha.joshi@gmail.com","dop":"2026-01-21","serial_number":"11477959077754","imei1":"11477959077754","imei2":"11477959077754","popurl":"www.chandni-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172271,"job_number":"JOB_172271","tr_customer_id":172288,"tr_customer_product_id":172278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Ananda Butt","mobile_number":"9814891285","email_id":"geetanjali.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"28782650726651","imei1":"28782650726651","imei2":"28782650726651","popurl":"www.dev-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172272,"job_number":"JOB_172272","tr_customer_id":172289,"tr_customer_product_id":172279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Abbott","mobile_number":"9399519146","email_id":"aaditya.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"32484022805291","imei1":"32484022805291","imei2":"32484022805291","popurl":"www.hiranya-saini.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172273,"job_number":"JOB_172273","tr_customer_id":172290,"tr_customer_product_id":172280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Diptendu Reddy","mobile_number":"9784007077","email_id":"dhyaneshwar.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"31370456158623","imei1":"31370456158623","imei2":"31370456158623","popurl":"www.gandharv-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172274,"job_number":"JOB_172274","tr_customer_id":172291,"tr_customer_product_id":172281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Mangalya Panicker","mobile_number":"9338947053","email_id":"deeptimayee.shukla@gmail.com","dop":"2026-01-21","serial_number":"20923833154809","imei1":"20923833154809","imei2":"20923833154809","popurl":"www.abhisyanta-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172275,"job_number":"JOB_172275","tr_customer_id":172292,"tr_customer_product_id":172282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Draupadi Kakkar","mobile_number":"9421433464","email_id":"mandaakin.abbott@gmail.com","dop":"2026-01-21","serial_number":"41950063431761","imei1":"41950063431761","imei2":"41950063431761","popurl":"www.charuvrat-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172276,"job_number":"JOB_172276","tr_customer_id":172293,"tr_customer_product_id":172283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Avantika Johar","mobile_number":"9358115063","email_id":"anusuya.gowda@gmail.com","dop":"2026-01-21","serial_number":"94098252958613","imei1":"94098252958613","imei2":"94098252958613","popurl":"www.vimala-chattopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172277,"job_number":"JOB_172277","tr_customer_id":172294,"tr_customer_product_id":172284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kannen Nambeesan","mobile_number":"9366893455","email_id":"bhaanumati.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"77805082044177","imei1":"77805082044177","imei2":"77805082044177","popurl":"www.dhanapati-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172278,"job_number":"JOB_172278","tr_customer_id":172295,"tr_customer_product_id":172285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kirti Marar","mobile_number":"9719192471","email_id":"nikita.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"05454724102886","imei1":"05454724102886","imei2":"05454724102886","popurl":"www.subodh-marar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172279,"job_number":"JOB_172279","tr_customer_id":172296,"tr_customer_product_id":172286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Balagovind Varma","mobile_number":"9240559918","email_id":"omana.pothuvaal@gmail.com","dop":"2026-01-21","serial_number":"25290532001883","imei1":"25290532001883","imei2":"25290532001883","popurl":"www.gatik-kaul.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172280,"job_number":"JOB_172280","tr_customer_id":172297,"tr_customer_product_id":172287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Shubha Varman","mobile_number":"9171770612","email_id":"prema.ganaka@gmail.com","dop":"2026-01-21","serial_number":"82736425637724","imei1":"82736425637724","imei2":"82736425637724","popurl":"www.swapnil-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172281,"job_number":"JOB_172281","tr_customer_id":172298,"tr_customer_product_id":172288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Anusuya Shah","mobile_number":"9531108965","email_id":"krishnadasa.pilla@yahoo.co.in","dop":"2026-01-21","serial_number":"88644357229456","imei1":"88644357229456","imei2":"88644357229456","popurl":"www.chiranjeev-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172282,"job_number":"JOB_172282","tr_customer_id":172299,"tr_customer_product_id":172289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kalpana Namboothiri","mobile_number":"9343006747","email_id":"hiranmay.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"14642406334645","imei1":"14642406334645","imei2":"14642406334645","popurl":"www.vaijayanthi-nambeesan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172283,"job_number":"JOB_172283","tr_customer_id":172300,"tr_customer_product_id":172290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Girik Mishra","mobile_number":"9877618078","email_id":"sanka.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"09666796381791","imei1":"09666796381791","imei2":"09666796381791","popurl":"www.hiranya-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172284,"job_number":"JOB_172284","tr_customer_id":172301,"tr_customer_product_id":172291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Jitendra Nayar","mobile_number":"9658164388","email_id":"goswamee.kaur@hotmail.com","dop":"2026-01-21","serial_number":"06672821934951","imei1":"06672821934951","imei2":"06672821934951","popurl":"www.gautam-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172285,"job_number":"JOB_172285","tr_customer_id":172302,"tr_customer_product_id":172292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Bilva Varma","mobile_number":"9376051242","email_id":"narendra.joshi@gmail.com","dop":"2026-01-21","serial_number":"16169966796903","imei1":"16169966796903","imei2":"16169966796903","popurl":"www.dharani-rana.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172286,"job_number":"JOB_172286","tr_customer_id":172303,"tr_customer_product_id":172293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Agnivesh Bhattacharya","mobile_number":"9446861095","email_id":"aditeya.dhawan@yahoo.co.in","dop":"2026-01-21","serial_number":"91301277861296","imei1":"91301277861296","imei2":"91301277861296","popurl":"www.baidehi-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172287,"job_number":"JOB_172287","tr_customer_id":172304,"tr_customer_product_id":172294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Divaakar Shah","mobile_number":"9039788827","email_id":"deeptendu.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"94887109830540","imei1":"94887109830540","imei2":"94887109830540","popurl":"www.aasa-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172288,"job_number":"JOB_172288","tr_customer_id":172305,"tr_customer_product_id":172295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Vimal Mahajan","mobile_number":"9047392719","email_id":"nikita.kaniyar@gmail.com","dop":"2026-01-21","serial_number":"92066034738532","imei1":"92066034738532","imei2":"92066034738532","popurl":"www.sanya-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172289,"job_number":"JOB_172289","tr_customer_id":172306,"tr_customer_product_id":172296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Baidehi Gowda","mobile_number":"9095873070","email_id":"agnimitra.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"85670663889508","imei1":"85670663889508","imei2":"85670663889508","popurl":"www.siddhi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172290,"job_number":"JOB_172290","tr_customer_id":172307,"tr_customer_product_id":172297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Shantanu Nayar","mobile_number":"9777093267","email_id":"deeptimoy.dubashi@yahoo.co.in","dop":"2026-01-21","serial_number":"06350588587682","imei1":"06350588587682","imei2":"06350588587682","popurl":"www.bhagavaan-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172291,"job_number":"JOB_172291","tr_customer_id":172308,"tr_customer_product_id":172298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Laxman Patil","mobile_number":"9092447584","email_id":"deevakar.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"64517218077228","imei1":"64517218077228","imei2":"64517218077228","popurl":"www.charvi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172292,"job_number":"JOB_172292","tr_customer_id":172309,"tr_customer_product_id":172299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Adwitiya Ganaka","mobile_number":"9969851001","email_id":"jyotsana.somayaji@hotmail.com","dop":"2026-01-21","serial_number":"31482066583510","imei1":"31482066583510","imei2":"31482066583510","popurl":"www.upendra-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172293,"job_number":"JOB_172293","tr_customer_id":172310,"tr_customer_product_id":172300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Amish Gandhi","mobile_number":"9092263874","email_id":"drona.khanna@hotmail.com","dop":"2026-01-21","serial_number":"69750126956132","imei1":"69750126956132","imei2":"69750126956132","popurl":"www.vaidehi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172294,"job_number":"JOB_172294","tr_customer_id":172311,"tr_customer_product_id":172301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Shankar Kaul","mobile_number":"9949869801","email_id":"krishnadasa.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"16732174160845","imei1":"16732174160845","imei2":"16732174160845","popurl":"www.agnimitra-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172295,"job_number":"JOB_172295","tr_customer_id":172312,"tr_customer_product_id":172302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Heema Mukhopadhyay","mobile_number":"9497047067","email_id":"hamsini.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"23564478484673","imei1":"23564478484673","imei2":"23564478484673","popurl":"www.vimal-khanna.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172296,"job_number":"JOB_172296","tr_customer_id":172313,"tr_customer_product_id":172303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Hari Sharma","mobile_number":"9348461934","email_id":"chandraprabha.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"60344085157137","imei1":"60344085157137","imei2":"60344085157137","popurl":"www.asha-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172297,"job_number":"JOB_172297","tr_customer_id":172314,"tr_customer_product_id":172304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Dev Mehrotra","mobile_number":"9910266842","email_id":"madhuri.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"31989284627354","imei1":"31989284627354","imei2":"31989284627354","popurl":"www.naval-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172298,"job_number":"JOB_172298","tr_customer_id":172315,"tr_customer_product_id":172305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Rajan Mehrotra","mobile_number":"9027627427","email_id":"jagdish.khan@yahoo.co.in","dop":"2026-01-21","serial_number":"87102758817384","imei1":"87102758817384","imei2":"87102758817384","popurl":"www.jaya-malik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172299,"job_number":"JOB_172299","tr_customer_id":172316,"tr_customer_product_id":172306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Paramartha Pandey","mobile_number":"9326081644","email_id":"krishnadas.reddy@yahoo.co.in","dop":"2026-01-21","serial_number":"20867976497633","imei1":"20867976497633","imei2":"20867976497633","popurl":"www.naval-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172300,"job_number":"JOB_172300","tr_customer_id":172317,"tr_customer_product_id":172307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Divakar Mukhopadhyay","mobile_number":"9754306038","email_id":"aanandaswarup.jain@gmail.com","dop":"2026-01-21","serial_number":"36851516730385","imei1":"36851516730385","imei2":"36851516730385","popurl":"www.anasuya-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172301,"job_number":"JOB_172301","tr_customer_id":172318,"tr_customer_product_id":172308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Gajaadhar Agarwal","mobile_number":"9636926400","email_id":"ritesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"34360597193046","imei1":"34360597193046","imei2":"34360597193046","popurl":"www.shantanu-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172302,"job_number":"JOB_172302","tr_customer_id":172319,"tr_customer_product_id":172309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Chitrali Rana","mobile_number":"9994644284","email_id":"gopi.sharma@hotmail.com","dop":"2026-01-21","serial_number":"68984632956765","imei1":"68984632956765","imei2":"68984632956765","popurl":"www.gouranga-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172303,"job_number":"JOB_172303","tr_customer_id":172320,"tr_customer_product_id":172310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Bilva Gandhi","mobile_number":"9116893002","email_id":"lakshmidhar.prajapat@yahoo.co.in","dop":"2026-01-21","serial_number":"63436966451528","imei1":"63436966451528","imei2":"63436966451528","popurl":"www.veda-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172304,"job_number":"JOB_172304","tr_customer_id":172321,"tr_customer_product_id":172311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Ekdant Malik","mobile_number":"9433226022","email_id":"mandakini.kocchar@yahoo.co.in","dop":"2026-01-21","serial_number":"28090344543156","imei1":"28090344543156","imei2":"28090344543156","popurl":"www.jaimini-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172305,"job_number":"JOB_172305","tr_customer_id":172322,"tr_customer_product_id":172312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Akshayakeerti Bharadwaj","mobile_number":"9239829892","email_id":"atmananda.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"06420293804442","imei1":"06420293804442","imei2":"06420293804442","popurl":"www.meghnath-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172306,"job_number":"JOB_172306","tr_customer_id":172323,"tr_customer_product_id":172313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Vidur Jha","mobile_number":"9093862593","email_id":"mani.chattopadhyay@yahoo.co.in","dop":"2026-01-21","serial_number":"59804329390314","imei1":"59804329390314","imei2":"59804329390314","popurl":"www.avadhesh-gill.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172307,"job_number":"JOB_172307","tr_customer_id":172324,"tr_customer_product_id":172314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Tara Sethi","mobile_number":"9692043315","email_id":"ganapati.menon@gmail.com","dop":"2026-01-21","serial_number":"63015364750442","imei1":"63015364750442","imei2":"63015364750442","popurl":"www.ajit-saini.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172308,"job_number":"JOB_172308","tr_customer_id":172325,"tr_customer_product_id":172315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Swapnil Naik","mobile_number":"9684855222","email_id":"chiranjeeve.banerjee@yahoo.co.in","dop":"2026-01-21","serial_number":"69969040737950","imei1":"69969040737950","imei2":"69969040737950","popurl":"www.raj-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172309,"job_number":"JOB_172309","tr_customer_id":172326,"tr_customer_product_id":172316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Chandrakin Ahuja","mobile_number":"9287498736","email_id":"bhooshan.ahuja@gmail.com","dop":"2026-01-21","serial_number":"87052876650230","imei1":"87052876650230","imei2":"87052876650230","popurl":"www.sharmila-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172310,"job_number":"JOB_172310","tr_customer_id":172327,"tr_customer_product_id":172317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Rajiv Iyengar","mobile_number":"9659253536","email_id":"bhaves.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"22423034135189","imei1":"22423034135189","imei2":"22423034135189","popurl":"www.subodh-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172311,"job_number":"JOB_172311","tr_customer_id":172328,"tr_customer_product_id":172318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Adikavi Iyengar","mobile_number":"9813160024","email_id":"charumati.pilla@gmail.com","dop":"2026-01-21","serial_number":"44980838400503","imei1":"44980838400503","imei2":"44980838400503","popurl":"www.indra-johar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172312,"job_number":"JOB_172312","tr_customer_id":172329,"tr_customer_product_id":172319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Shwet Bhattacharya","mobile_number":"9844337172","email_id":"bhagavaan.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"24193999219691","imei1":"24193999219691","imei2":"24193999219691","popurl":"www.arnesh-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172313,"job_number":"JOB_172313","tr_customer_id":172330,"tr_customer_product_id":172320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Anjushri Dhawan","mobile_number":"9290064014","email_id":"dhara.gupta@hotmail.com","dop":"2026-01-21","serial_number":"68196127207549","imei1":"68196127207549","imei2":"68196127207549","popurl":"www.satyen-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172314,"job_number":"JOB_172314","tr_customer_id":172331,"tr_customer_product_id":172321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Ujjwal Dwivedi","mobile_number":"9892155090","email_id":"rajinder.dutta@hotmail.com","dop":"2026-01-21","serial_number":"34077708064860","imei1":"34077708064860","imei2":"34077708064860","popurl":"www.bhadrak-sinha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172315,"job_number":"JOB_172315","tr_customer_id":172332,"tr_customer_product_id":172322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Triloki Nath Tandon","mobile_number":"9277560351","email_id":"dipesh.kapoor@gmail.com","dop":"2026-01-21","serial_number":"54736521828467","imei1":"54736521828467","imei2":"54736521828467","popurl":"www.esha-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172316,"job_number":"JOB_172316","tr_customer_id":172333,"tr_customer_product_id":172323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Sanya Bhat","mobile_number":"9962811166","email_id":"vidur.kaul@gmail.com","dop":"2026-01-21","serial_number":"13315420033908","imei1":"13315420033908","imei2":"13315420033908","popurl":"www.dandak-iyengar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172317,"job_number":"JOB_172317","tr_customer_id":172334,"tr_customer_product_id":172324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Baidehi Johar","mobile_number":"9204411670","email_id":"aagneya.sharma@gmail.com","dop":"2026-01-21","serial_number":"70268270269778","imei1":"70268270269778","imei2":"70268270269778","popurl":"www.kamala-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172318,"job_number":"JOB_172318","tr_customer_id":172335,"tr_customer_product_id":172325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Bhushit Pillai","mobile_number":"9693487546","email_id":"rageswari.jha@yahoo.co.in","dop":"2026-01-21","serial_number":"96809595933506","imei1":"96809595933506","imei2":"96809595933506","popurl":"www.dinakar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172319,"job_number":"JOB_172319","tr_customer_id":172336,"tr_customer_product_id":172326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Charuchandra Khatri","mobile_number":"9418925182","email_id":"anilabh.marar@gmail.com","dop":"2026-01-21","serial_number":"52940941824986","imei1":"52940941824986","imei2":"52940941824986","popurl":"www.aadinath-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172320,"job_number":"JOB_172320","tr_customer_id":172337,"tr_customer_product_id":172327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Samir Asan","mobile_number":"9098997855","email_id":"divaakar.khatri@gmail.com","dop":"2026-01-21","serial_number":"50198437453302","imei1":"50198437453302","imei2":"50198437453302","popurl":"www.aadinath-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172321,"job_number":"JOB_172321","tr_customer_id":172338,"tr_customer_product_id":172328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Buddhana Kakkar","mobile_number":"9924787767","email_id":"chakradhar.ahuja@yahoo.co.in","dop":"2026-01-21","serial_number":"53203238476467","imei1":"53203238476467","imei2":"53203238476467","popurl":"www.adhrit-gill.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172322,"job_number":"JOB_172322","tr_customer_id":172339,"tr_customer_product_id":172329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Parvati Sinha","mobile_number":"9455653171","email_id":"siddhi.ahuja@hotmail.com","dop":"2026-01-21","serial_number":"11750472229417","imei1":"11750472229417","imei2":"11750472229417","popurl":"www.raj-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172323,"job_number":"JOB_172323","tr_customer_id":172340,"tr_customer_product_id":172330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Udai Arora","mobile_number":"9885349125","email_id":"vishnu.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"90601332371868","imei1":"90601332371868","imei2":"90601332371868","popurl":"www.ashok-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172324,"job_number":"JOB_172324","tr_customer_id":172341,"tr_customer_product_id":172331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Ekaparnika Chopra","mobile_number":"9229772047","email_id":"vidya.gill@gmail.com","dop":"2026-01-21","serial_number":"70927859306827","imei1":"70927859306827","imei2":"70927859306827","popurl":"www.ambar-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172325,"job_number":"JOB_172325","tr_customer_id":172342,"tr_customer_product_id":172332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Rati Varrier","mobile_number":"9915971224","email_id":"dhanesh.mishra@hotmail.com","dop":"2026-01-21","serial_number":"05190452280434","imei1":"05190452280434","imei2":"05190452280434","popurl":"www.giriraj-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172326,"job_number":"JOB_172326","tr_customer_id":172343,"tr_customer_product_id":172333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Anand Swarup Reddy","mobile_number":"9566888606","email_id":"anal.iyengar@yahoo.co.in","dop":"2026-01-21","serial_number":"22712986323989","imei1":"22712986323989","imei2":"22712986323989","popurl":"www.sarada-patil.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172327,"job_number":"JOB_172327","tr_customer_id":172344,"tr_customer_product_id":172334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Bakula Guha","mobile_number":"9989305100","email_id":"giri.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"95933664535273","imei1":"95933664535273","imei2":"95933664535273","popurl":"www.jagdish-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172328,"job_number":"JOB_172328","tr_customer_id":172345,"tr_customer_product_id":172335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Vasudha Guneta","mobile_number":"9243928659","email_id":"umang.asan@hotmail.com","dop":"2026-01-21","serial_number":"59466619688969","imei1":"59466619688969","imei2":"59466619688969","popurl":"www.meghnath-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172329,"job_number":"JOB_172329","tr_customer_id":172346,"tr_customer_product_id":172336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Gouranga Banerjee","mobile_number":"9098378659","email_id":"vidya.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"93111543586583","imei1":"93111543586583","imei2":"93111543586583","popurl":"www.pushti-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172330,"job_number":"JOB_172330","tr_customer_id":172347,"tr_customer_product_id":172337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dwaipayan Mahajan","mobile_number":"9040752818","email_id":"jaya.singh@gmail.com","dop":"2026-01-21","serial_number":"81563818315174","imei1":"81563818315174","imei2":"81563818315174","popurl":"www.padma-kaul.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172331,"job_number":"JOB_172331","tr_customer_id":172348,"tr_customer_product_id":172338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Ranjeet Gandhi","mobile_number":"9759829206","email_id":"dayaanidhi.nayar@hotmail.com","dop":"2026-01-21","serial_number":"01214258698909","imei1":"01214258698909","imei2":"01214258698909","popurl":"www.niro-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172332,"job_number":"JOB_172332","tr_customer_id":172349,"tr_customer_product_id":172339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Devasree Gowda","mobile_number":"9259449279","email_id":"bilva.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"44151216241426","imei1":"44151216241426","imei2":"44151216241426","popurl":"www.dhanesh-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172333,"job_number":"JOB_172333","tr_customer_id":172350,"tr_customer_product_id":172340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Vasundhara Jha","mobile_number":"9850296405","email_id":"heema.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"86203086771281","imei1":"86203086771281","imei2":"86203086771281","popurl":"www.dinakar-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172334,"job_number":"JOB_172334","tr_customer_id":172351,"tr_customer_product_id":172341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chetan Desai","mobile_number":"9941949498","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"01119686797844","imei1":"01119686797844","imei2":"01119686797844","popurl":"www.kalyani-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172335,"job_number":"JOB_172335","tr_customer_id":172352,"tr_customer_product_id":172342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Diksha Gill","mobile_number":"9406665990","email_id":"amodini.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"15325825714362","imei1":"15325825714362","imei2":"15325825714362","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172336,"job_number":"JOB_172336","tr_customer_id":172353,"tr_customer_product_id":172343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Mohana Menon","mobile_number":"9365545624","email_id":"deeksha.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"63073982518177","imei1":"63073982518177","imei2":"63073982518177","popurl":"www.pran-bharadwaj.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172337,"job_number":"JOB_172337","tr_customer_id":172354,"tr_customer_product_id":172344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Adheesh Bhattacharya","mobile_number":"9914166878","email_id":"anurag.tandon@gmail.com","dop":"2026-01-21","serial_number":"00021698261669","imei1":"00021698261669","imei2":"00021698261669","popurl":"www.chaten-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172338,"job_number":"JOB_172338","tr_customer_id":172355,"tr_customer_product_id":172345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Aanand Naik","mobile_number":"9576654977","email_id":"vaidehi.gupta@gmail.com","dop":"2026-01-21","serial_number":"14853447798956","imei1":"14853447798956","imei2":"14853447798956","popurl":"www.ekaling-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172339,"job_number":"JOB_172339","tr_customer_id":172356,"tr_customer_product_id":172346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chandrabhan Guneta","mobile_number":"9261224539","email_id":"vimal.adiga@gmail.com","dop":"2026-01-21","serial_number":"14486306913856","imei1":"14486306913856","imei2":"14486306913856","popurl":"www.basanti-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172340,"job_number":"JOB_172340","tr_customer_id":172357,"tr_customer_product_id":172347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Naveen Chattopadhyay","mobile_number":"9976221374","email_id":"gurdev.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"41380151590284","imei1":"41380151590284","imei2":"41380151590284","popurl":"www.ekaksh-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172341,"job_number":"JOB_172341","tr_customer_id":172358,"tr_customer_product_id":172348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dhana Gill","mobile_number":"9302923521","email_id":"esha.shah@hotmail.com","dop":"2026-01-21","serial_number":"75467184634819","imei1":"75467184634819","imei2":"75467184634819","popurl":"www.som-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172342,"job_number":"JOB_172342","tr_customer_id":172359,"tr_customer_product_id":172349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dharmaketu Gupta","mobile_number":"9468435330","email_id":"pran.jain@hotmail.com","dop":"2026-01-21","serial_number":"19266231402926","imei1":"19266231402926","imei2":"19266231402926","popurl":"www.garuda-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172343,"job_number":"JOB_172343","tr_customer_id":172360,"tr_customer_product_id":172350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dulari Marar","mobile_number":"9892601202","email_id":"hamsini.joshi@hotmail.com","dop":"2026-01-21","serial_number":"12423513344996","imei1":"12423513344996","imei2":"12423513344996","popurl":"www.arya-adiga.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172344,"job_number":"JOB_172344","tr_customer_id":172361,"tr_customer_product_id":172351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Indira Nayar","mobile_number":"9143584151","email_id":"chiranjeev.khan@gmail.com","dop":"2026-01-21","serial_number":"90618186775798","imei1":"90618186775798","imei2":"90618186775798","popurl":"www.kartik-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172345,"job_number":"JOB_172345","tr_customer_id":172362,"tr_customer_product_id":172352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Lavanya Guha","mobile_number":"9827416594","email_id":"avadhesh.kaul@gmail.com","dop":"2026-01-21","serial_number":"50999960338724","imei1":"50999960338724","imei2":"50999960338724","popurl":"www.rukmin-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172346,"job_number":"JOB_172346","tr_customer_id":172363,"tr_customer_product_id":172353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Aatmaja Bhattacharya","mobile_number":"9960261850","email_id":"jaya.dhawan@gmail.com","dop":"2026-01-21","serial_number":"75701637383305","imei1":"75701637383305","imei2":"75701637383305","popurl":"www.rohana-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172347,"job_number":"JOB_172347","tr_customer_id":172364,"tr_customer_product_id":172354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ekalavya Somayaji","mobile_number":"9452247221","email_id":"drona.bhattacharya@hotmail.com","dop":"2026-01-21","serial_number":"44939346445293","imei1":"44939346445293","imei2":"44939346445293","popurl":"www.anwesha-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172348,"job_number":"JOB_172348","tr_customer_id":172365,"tr_customer_product_id":172355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Priyala Verma","mobile_number":"9440324860","email_id":"goutam.iyengar@gmail.com","dop":"2026-01-21","serial_number":"85617088491913","imei1":"85617088491913","imei2":"85617088491913","popurl":"www.narayan-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172349,"job_number":"JOB_172349","tr_customer_id":172366,"tr_customer_product_id":172356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Subhasini Somayaji","mobile_number":"9566657147","email_id":"adinath.ganaka@gmail.com","dop":"2026-01-21","serial_number":"05702023389968","imei1":"05702023389968","imei2":"05702023389968","popurl":"www.deeptimayee-rana.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172350,"job_number":"JOB_172350","tr_customer_id":172367,"tr_customer_product_id":172357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Digambar Bandopadhyay","mobile_number":"9478675642","email_id":"rageshwari.tandon@hotmail.com","dop":"2026-01-21","serial_number":"93400337790034","imei1":"93400337790034","imei2":"93400337790034","popurl":"www.aryan-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172351,"job_number":"JOB_172351","tr_customer_id":172368,"tr_customer_product_id":172358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Naval Khanna","mobile_number":"9940964581","email_id":"ghanaanand.jain@hotmail.com","dop":"2026-01-21","serial_number":"33703397426424","imei1":"33703397426424","imei2":"33703397426424","popurl":"www.ranjeet-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172352,"job_number":"JOB_172352","tr_customer_id":172369,"tr_customer_product_id":172359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Prasanna Bandopadhyay","mobile_number":"9812512615","email_id":"priya.sinha@yahoo.co.in","dop":"2026-01-21","serial_number":"09775783659433","imei1":"09775783659433","imei2":"09775783659433","popurl":"www.bandhu-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172353,"job_number":"JOB_172353","tr_customer_id":172370,"tr_customer_product_id":172360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Dhaanyalakshmi Bhattathiri","mobile_number":"9464140730","email_id":"dakshayani.khanna@yahoo.co.in","dop":"2026-01-21","serial_number":"38822684734069","imei1":"38822684734069","imei2":"38822684734069","popurl":"www.gopaal-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172354,"job_number":"JOB_172354","tr_customer_id":172371,"tr_customer_product_id":172361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Atreyi Kaur","mobile_number":"9863621033","email_id":"akshita.chaturvedi@yahoo.co.in","dop":"2026-01-21","serial_number":"60915833023554","imei1":"60915833023554","imei2":"60915833023554","popurl":"www.lai-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172355,"job_number":"JOB_172355","tr_customer_id":172372,"tr_customer_product_id":172362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ashlesh Prajapat","mobile_number":"9884470452","email_id":"gudakesa.tandon@yahoo.co.in","dop":"2026-01-21","serial_number":"81758537984798","imei1":"81758537984798","imei2":"81758537984798","popurl":"www.chandraayan-bhattathiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172356,"job_number":"JOB_172356","tr_customer_id":172373,"tr_customer_product_id":172363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Gauranga Gandhi","mobile_number":"9577939304","email_id":"ganak.johar@gmail.com","dop":"2026-01-21","serial_number":"17069568065723","imei1":"17069568065723","imei2":"17069568065723","popurl":"www.dharitri-abbott.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172357,"job_number":"JOB_172357","tr_customer_id":172374,"tr_customer_product_id":172364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:34.000Z","modified_at":"2026-01-30T20:57:34.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10725547413845","imei1":"10725547413845","imei2":"10725547413845","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172359,"job_number":"JOB_172359","tr_customer_id":172376,"tr_customer_product_id":172366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:35.000Z","modified_at":"2026-01-30T20:57:35.000Z","name":"Cortney Lueilwitz","mobile_number":"981-924-9683","email_id":"Valentina.Grimes68@gmail.com","dop":"2025-11-11","serial_number":"1029057094589298","imei1":"1029057094589298","imei2":"1029057094589298","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172360,"job_number":"JOB_172360","tr_customer_id":172377,"tr_customer_product_id":172367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:39.000Z","modified_at":"2026-01-30T20:57:39.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14609144636879","imei1":"14609144636879","imei2":"14609144636879","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172362,"job_number":"JOB_172362","tr_customer_id":172379,"tr_customer_product_id":172369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:41.000Z","modified_at":"2026-01-30T20:57:41.000Z","name":"Jacynthe Ortiz","mobile_number":"676-629-6647","email_id":"Jerrold.Kuphal@yahoo.com","dop":"2025-11-11","serial_number":"1034772810641743","imei1":"1034772810641743","imei2":"1034772810641743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172363,"job_number":"JOB_172363","tr_customer_id":172380,"tr_customer_product_id":172370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"16718741018070","imei1":"16718741018070","imei2":"16718741018070","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172364,"job_number":"JOB_172364","tr_customer_id":172381,"tr_customer_product_id":172371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15723408050332","imei1":"15723408050332","imei2":"15723408050332","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172367,"job_number":"JOB_172367","tr_customer_id":172384,"tr_customer_product_id":172374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Lora Corkery","mobile_number":"782-535-3003","email_id":"Avis.Bailey@yahoo.com","dop":"2025-11-11","serial_number":"1094561219867106","imei1":"1094561219867106","imei2":"1094561219867106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172368,"job_number":"JOB_172368","tr_customer_id":172385,"tr_customer_product_id":172375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Dejuan Ryan","mobile_number":"215-736-0719","email_id":"Matilda_Schinner@hotmail.com","dop":"2025-11-11","serial_number":"1062712579115908","imei1":"1062712579115908","imei2":"1062712579115908","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172369,"job_number":"JOB_172369","tr_customer_id":172386,"tr_customer_product_id":172376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:04.000Z","modified_at":"2026-01-30T21:01:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10858505714803","imei1":"10858505714803","imei2":"10858505714803","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172371,"job_number":"JOB_172371","tr_customer_id":172388,"tr_customer_product_id":172378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18801734640239","imei1":"18801734640239","imei2":"18801734640239","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172373,"job_number":"JOB_172373","tr_customer_id":172390,"tr_customer_product_id":172380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Nathanael Feest","mobile_number":"581-702-0718","email_id":"Newell.Ruecker85@gmail.com","dop":"2025-11-11","serial_number":"1019670035798362","imei1":"1019670035798362","imei2":"1019670035798362","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172374,"job_number":"JOB_172374","tr_customer_id":172391,"tr_customer_product_id":172381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:06.000Z","modified_at":"2026-01-30T21:01:06.000Z","name":"Jonatan Kovacek","mobile_number":"597-552-8367","email_id":"Shyann92@hotmail.com","dop":"2025-11-11","serial_number":"1083876705435363","imei1":"1083876705435363","imei2":"1083876705435363","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172375,"job_number":"JOB_172375","tr_customer_id":172392,"tr_customer_product_id":172382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:55.000Z","modified_at":"2026-01-30T21:01:55.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19382798276305","imei1":"19382798276305","imei2":"19382798276305","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172377,"job_number":"JOB_172377","tr_customer_id":172394,"tr_customer_product_id":172384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Jeff Daniel","mobile_number":"731-971-2313","email_id":"Citlalli_Green79@hotmail.com","dop":"2025-11-11","serial_number":"1003554905005741","imei1":"1003554905005741","imei2":"1003554905005741","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172378,"job_number":"JOB_172378","tr_customer_id":172395,"tr_customer_product_id":172385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"13390594505839","imei1":"13390594505839","imei2":"13390594505839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172380,"job_number":"JOB_172380","tr_customer_id":172397,"tr_customer_product_id":172387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:59.000Z","modified_at":"2026-01-30T21:01:59.000Z","name":"Barbara Haley","mobile_number":"701-955-7921","email_id":"Demario_Prosacco13@gmail.com","dop":"2025-11-11","serial_number":"1003013042108695","imei1":"1003013042108695","imei2":"1003013042108695","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172381,"job_number":"JOB_172381","tr_customer_id":172398,"tr_customer_product_id":172388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Braxton Hahn","mobile_number":"484-947-3413","email_id":"Jovany.Dickens@yahoo.com","dop":"2025-09-09","serial_number":"17464099579268","imei1":"17464099579268","imei2":"17464099579268","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172382,"job_number":"JOB_172382","tr_customer_id":172399,"tr_customer_product_id":172389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Jayson Waelchi","mobile_number":"676-643-1459","email_id":"Waino.Harber@hotmail.com","dop":"2025-09-09","serial_number":"10724349283095","imei1":"10724349283095","imei2":"10724349283095","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172384,"job_number":"JOB_172384","tr_customer_id":172401,"tr_customer_product_id":172391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Hallie Terry","mobile_number":"593-800-4748","email_id":"Gertrude.Wiegand@yahoo.com","dop":"2025-09-09","serial_number":"18907634480644","imei1":"18907634480644","imei2":"18907634480644","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172385,"job_number":"JOB_172385","tr_customer_id":172402,"tr_customer_product_id":172392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Kristian Brekke","mobile_number":"268-575-9871","email_id":"Angel_Ryan47@hotmail.com","dop":"2025-09-09","serial_number":"16191791754825","imei1":"16191791754825","imei2":"16191791754825","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172387,"job_number":"JOB_172387","tr_customer_id":172404,"tr_customer_product_id":172394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Nakia Gutmann","mobile_number":"327-387-8643","email_id":"Patrick61@hotmail.com","dop":"2025-09-09","serial_number":"14648421748070","imei1":"14648421748070","imei2":"14648421748070","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172388,"job_number":"JOB_172388","tr_customer_id":172405,"tr_customer_product_id":172395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Stevie Schuppe","mobile_number":"611-810-9124","email_id":"Rosina_Sipes46@gmail.com","dop":"2025-09-09","serial_number":"15884008028155","imei1":"15884008028155","imei2":"15884008028155","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172390,"job_number":"JOB_172390","tr_customer_id":172407,"tr_customer_product_id":172397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12380336231274","imei1":"12380336231274","imei2":"12380336231274","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172391,"job_number":"JOB_172391","tr_customer_id":172408,"tr_customer_product_id":172398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17623488511652","imei1":"17623488511652","imei2":"17623488511652","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172394,"job_number":"JOB_172394","tr_customer_id":172411,"tr_customer_product_id":172401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:12.000Z","modified_at":"2026-01-30T21:13:12.000Z","name":"Kiera Kilback","mobile_number":"408-323-1270","email_id":"Dino_Ziemann91@hotmail.com","dop":"2025-11-11","serial_number":"1019205191172153","imei1":"1019205191172153","imei2":"1019205191172153","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172395,"job_number":"JOB_172395","tr_customer_id":172412,"tr_customer_product_id":172402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:13.000Z","modified_at":"2026-01-30T21:13:13.000Z","name":"Maiya Gleason","mobile_number":"757-560-6669","email_id":"Ardith.Corkery@yahoo.com","dop":"2025-11-11","serial_number":"1042383906985789","imei1":"1042383906985789","imei2":"1042383906985789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172396,"job_number":"JOB_172396","tr_customer_id":172413,"tr_customer_product_id":172403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:01.000Z","modified_at":"2026-01-30T21:14:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13027163024313","imei1":"13027163024313","imei2":"13027163024313","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172398,"job_number":"JOB_172398","tr_customer_id":172415,"tr_customer_product_id":172405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:02.000Z","modified_at":"2026-01-30T21:14:02.000Z","name":"Gunnar Luettgen","mobile_number":"633-534-7660","email_id":"Frances.Harvey4@gmail.com","dop":"2025-11-11","serial_number":"1035388738758939","imei1":"1035388738758939","imei2":"1035388738758939","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172399,"job_number":"JOB_172399","tr_customer_id":172416,"tr_customer_product_id":172406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:04.000Z","modified_at":"2026-01-30T21:14:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"11458741487949","imei1":"11458741487949","imei2":"11458741487949","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172401,"job_number":"JOB_172401","tr_customer_id":172418,"tr_customer_product_id":172408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:05.000Z","modified_at":"2026-01-30T21:14:05.000Z","name":"Nona Will","mobile_number":"502-851-5507","email_id":"Lenore82@gmail.com","dop":"2025-11-11","serial_number":"1042056614309208","imei1":"1042056614309208","imei2":"1042056614309208","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172402,"job_number":"JOB_172402","tr_customer_id":172419,"tr_customer_product_id":172409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:51.000Z","modified_at":"2026-01-30T21:14:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12288884825762","imei1":"12288884825762","imei2":"12288884825762","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172404,"job_number":"JOB_172404","tr_customer_id":172421,"tr_customer_product_id":172411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:52.000Z","modified_at":"2026-01-30T21:14:52.000Z","name":"Therese Willms","mobile_number":"661-333-9335","email_id":"Xander.Bernhard@hotmail.com","dop":"2025-11-11","serial_number":"1097629552351341","imei1":"1097629552351341","imei2":"1097629552351341","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172405,"job_number":"JOB_172405","tr_customer_id":172422,"tr_customer_product_id":172412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:56.000Z","modified_at":"2026-01-30T21:14:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19109678251237","imei1":"19109678251237","imei2":"19109678251237","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172407,"job_number":"JOB_172407","tr_customer_id":172424,"tr_customer_product_id":172414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:58.000Z","modified_at":"2026-01-30T21:14:58.000Z","name":"Emmie Crona","mobile_number":"664-669-3179","email_id":"Eveline_Anderson51@yahoo.com","dop":"2025-11-11","serial_number":"1001888845285726","imei1":"1001888845285726","imei2":"1001888845285726","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172408,"job_number":"JOB_172408","tr_customer_id":172425,"tr_customer_product_id":172415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13470588689230","imei1":"13470588689230","imei2":"13470588689230","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172410,"job_number":"JOB_172410","tr_customer_id":172427,"tr_customer_product_id":172417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13218804858463","imei1":"13218804858463","imei2":"13218804858463","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172412,"job_number":"JOB_172412","tr_customer_id":172429,"tr_customer_product_id":172419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:13.000Z","modified_at":"2026-01-30T21:22:13.000Z","name":"Abbigail Bailey","mobile_number":"461-793-3369","email_id":"Kelsi_Koepp@gmail.com","dop":"2025-11-11","serial_number":"1085688234762477","imei1":"1085688234762477","imei2":"1085688234762477","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172413,"job_number":"JOB_172413","tr_customer_id":172430,"tr_customer_product_id":172420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:14.000Z","modified_at":"2026-01-30T21:22:14.000Z","name":"Vida Krajcik","mobile_number":"928-282-9786","email_id":"Cleta46@yahoo.com","dop":"2025-11-11","serial_number":"1018032639573408","imei1":"1018032639573408","imei2":"1018032639573408","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172414,"job_number":"JOB_172414","tr_customer_id":172431,"tr_customer_product_id":172421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:04.000Z","modified_at":"2026-01-30T21:23:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"17799087122617","imei1":"17799087122617","imei2":"17799087122617","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172416,"job_number":"JOB_172416","tr_customer_id":172433,"tr_customer_product_id":172423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:06.000Z","modified_at":"2026-01-30T21:23:06.000Z","name":"Jaida Stark","mobile_number":"254-728-8136","email_id":"Berniece.Lynch@yahoo.com","dop":"2025-11-11","serial_number":"1054391687208445","imei1":"1054391687208445","imei2":"1054391687208445","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172417,"job_number":"JOB_172417","tr_customer_id":172434,"tr_customer_product_id":172424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:07.000Z","modified_at":"2026-01-30T21:23:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16036877650387","imei1":"16036877650387","imei2":"16036877650387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172419,"job_number":"JOB_172419","tr_customer_id":172436,"tr_customer_product_id":172426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:09.000Z","modified_at":"2026-01-30T21:23:09.000Z","name":"Brielle Mills","mobile_number":"870-991-1282","email_id":"Kaelyn.Terry@hotmail.com","dop":"2025-11-11","serial_number":"1082594888102276","imei1":"1082594888102276","imei2":"1082594888102276","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172420,"job_number":"JOB_172420","tr_customer_id":172437,"tr_customer_product_id":172427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:56.000Z","modified_at":"2026-01-30T21:23:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10198504740506","imei1":"10198504740506","imei2":"10198504740506","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172422,"job_number":"JOB_172422","tr_customer_id":172439,"tr_customer_product_id":172429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:58.000Z","modified_at":"2026-01-30T21:23:58.000Z","name":"Elvis Brekke","mobile_number":"744-439-6832","email_id":"Matteo98@yahoo.com","dop":"2025-11-11","serial_number":"1006338842373507","imei1":"1006338842373507","imei2":"1006338842373507","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172423,"job_number":"JOB_172423","tr_customer_id":172440,"tr_customer_product_id":172430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:02.000Z","modified_at":"2026-01-30T21:24:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11921365970512","imei1":"11921365970512","imei2":"11921365970512","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172425,"job_number":"JOB_172425","tr_customer_id":172442,"tr_customer_product_id":172432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:04.000Z","modified_at":"2026-01-30T21:24:04.000Z","name":"Kylie Morissette","mobile_number":"218-266-0912","email_id":"Jonathan_Green@hotmail.com","dop":"2025-11-11","serial_number":"1010315002247731","imei1":"1010315002247731","imei2":"1010315002247731","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172426,"job_number":"JOB_172426","tr_customer_id":172443,"tr_customer_product_id":172433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14799189517485","imei1":"14799189517485","imei2":"14799189517485","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172427,"job_number":"JOB_172427","tr_customer_id":172444,"tr_customer_product_id":172434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13403494756602","imei1":"13403494756602","imei2":"13403494756602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172430,"job_number":"JOB_172430","tr_customer_id":172447,"tr_customer_product_id":172437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:14.000Z","modified_at":"2026-01-30T21:30:14.000Z","name":"Joany Heaney","mobile_number":"645-876-6200","email_id":"Danny.Wuckert17@hotmail.com","dop":"2025-11-11","serial_number":"1045723498591120","imei1":"1045723498591120","imei2":"1045723498591120","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172431,"job_number":"JOB_172431","tr_customer_id":172448,"tr_customer_product_id":172438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:15.000Z","modified_at":"2026-01-30T21:30:15.000Z","name":"Bret Kohler","mobile_number":"667-786-6846","email_id":"Shanna_Leuschke@yahoo.com","dop":"2025-11-11","serial_number":"1016707697266723","imei1":"1016707697266723","imei2":"1016707697266723","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172432,"job_number":"JOB_172432","tr_customer_id":172449,"tr_customer_product_id":172439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:06.000Z","modified_at":"2026-01-30T21:31:06.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19160682946648","imei1":"19160682946648","imei2":"19160682946648","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172434,"job_number":"JOB_172434","tr_customer_id":172451,"tr_customer_product_id":172441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:07.000Z","modified_at":"2026-01-30T21:31:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16993675172270","imei1":"16993675172270","imei2":"16993675172270","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172436,"job_number":"JOB_172436","tr_customer_id":172453,"tr_customer_product_id":172443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:08.000Z","modified_at":"2026-01-30T21:31:08.000Z","name":"Krista Gislason","mobile_number":"681-531-9580","email_id":"Eloy.Boehm7@hotmail.com","dop":"2025-11-11","serial_number":"1070433839883737","imei1":"1070433839883737","imei2":"1070433839883737","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172437,"job_number":"JOB_172437","tr_customer_id":172454,"tr_customer_product_id":172444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:09.000Z","modified_at":"2026-01-30T21:31:09.000Z","name":"Rosemarie Sanford","mobile_number":"880-253-0656","email_id":"Layne.Klein@yahoo.com","dop":"2025-11-11","serial_number":"1015275517496839","imei1":"1015275517496839","imei2":"1015275517496839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172438,"job_number":"JOB_172438","tr_customer_id":172455,"tr_customer_product_id":172445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:00.000Z","modified_at":"2026-01-30T21:32:00.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12247041133689","imei1":"12247041133689","imei2":"12247041133689","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172440,"job_number":"JOB_172440","tr_customer_id":172457,"tr_customer_product_id":172447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:01.000Z","modified_at":"2026-01-30T21:32:01.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14514539913713","imei1":"14514539913713","imei2":"14514539913713","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172442,"job_number":"JOB_172442","tr_customer_id":172459,"tr_customer_product_id":172449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:02.000Z","modified_at":"2026-01-30T21:32:02.000Z","name":"Brando Johns","mobile_number":"651-332-0226","email_id":"Sadye.Heathcote18@yahoo.com","dop":"2025-11-11","serial_number":"1059524821709621","imei1":"1059524821709621","imei2":"1059524821709621","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172443,"job_number":"JOB_172443","tr_customer_id":172460,"tr_customer_product_id":172450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:03.000Z","modified_at":"2026-01-30T21:32:03.000Z","name":"Demetris Hudson","mobile_number":"703-434-8518","email_id":"Marilou78@hotmail.com","dop":"2025-11-11","serial_number":"1062883942937743","imei1":"1062883942937743","imei2":"1062883942937743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172444,"job_number":"JOB_172444","tr_customer_id":172461,"tr_customer_product_id":172451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17005653684316","imei1":"17005653684316","imei2":"17005653684316","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172445,"job_number":"JOB_172445","tr_customer_id":172462,"tr_customer_product_id":172452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13491607371938","imei1":"13491607371938","imei2":"13491607371938","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172448,"job_number":"JOB_172448","tr_customer_id":172465,"tr_customer_product_id":172455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Americo Mayer","mobile_number":"786-863-6481","email_id":"Nicholaus96@yahoo.com","dop":"2025-11-11","serial_number":"1000063185889683","imei1":"1000063185889683","imei2":"1000063185889683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172449,"job_number":"JOB_172449","tr_customer_id":172466,"tr_customer_product_id":172456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Carmen Ratke","mobile_number":"343-844-2520","email_id":"Carter.Mertz@hotmail.com","dop":"2025-11-11","serial_number":"1012684883505661","imei1":"1012684883505661","imei2":"1012684883505661","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172450,"job_number":"JOB_172450","tr_customer_id":172467,"tr_customer_product_id":172457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16971904227788","imei1":"16971904227788","imei2":"16971904227788","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172452,"job_number":"JOB_172452","tr_customer_id":172469,"tr_customer_product_id":172459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10685521963586","imei1":"10685521963586","imei2":"10685521963586","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172454,"job_number":"JOB_172454","tr_customer_id":172471,"tr_customer_product_id":172461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:03.000Z","modified_at":"2026-01-30T21:37:03.000Z","name":"Kamren Ankunding","mobile_number":"769-375-7001","email_id":"Florencio_Harber@hotmail.com","dop":"2025-11-11","serial_number":"1019664931892131","imei1":"1019664931892131","imei2":"1019664931892131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172455,"job_number":"JOB_172455","tr_customer_id":172472,"tr_customer_product_id":172462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:04.000Z","modified_at":"2026-01-30T21:37:04.000Z","name":"Charles Keeling","mobile_number":"981-697-6665","email_id":"Maximillian84@gmail.com","dop":"2025-11-11","serial_number":"1055290347598683","imei1":"1055290347598683","imei2":"1055290347598683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172456,"job_number":"JOB_172456","tr_customer_id":172473,"tr_customer_product_id":172463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:51.000Z","modified_at":"2026-01-30T21:37:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12945046489602","imei1":"12945046489602","imei2":"12945046489602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172458,"job_number":"JOB_172458","tr_customer_id":172475,"tr_customer_product_id":172465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Bettye Schaden","mobile_number":"997-691-5503","email_id":"Kristopher.Toy@hotmail.com","dop":"2025-11-11","serial_number":"1070289095312015","imei1":"1070289095312015","imei2":"1070289095312015","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172459,"job_number":"JOB_172459","tr_customer_id":172476,"tr_customer_product_id":172466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"18293319264389","imei1":"18293319264389","imei2":"18293319264389","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172461,"job_number":"JOB_172461","tr_customer_id":172478,"tr_customer_product_id":172468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:55.000Z","modified_at":"2026-01-30T21:37:55.000Z","name":"Dee Murazik","mobile_number":"706-423-7190","email_id":"Alanis44@gmail.com","dop":"2025-11-11","serial_number":"1026694531423850","imei1":"1026694531423850","imei2":"1026694531423850","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172462,"job_number":"JOB_172462","tr_customer_id":172479,"tr_customer_product_id":172469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"10973495322913","imei1":"10973495322913","imei2":"10973495322913","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172463,"job_number":"JOB_172463","tr_customer_id":172480,"tr_customer_product_id":172470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15893723864107","imei1":"15893723864107","imei2":"15893723864107","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172466,"job_number":"JOB_172466","tr_customer_id":172483,"tr_customer_product_id":172473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:12.000Z","modified_at":"2026-01-30T21:40:12.000Z","name":"Lyla Bailey","mobile_number":"366-914-4691","email_id":"Janie.Keeling@hotmail.com","dop":"2025-11-11","serial_number":"1081559480008277","imei1":"1081559480008277","imei2":"1081559480008277","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172467,"job_number":"JOB_172467","tr_customer_id":172484,"tr_customer_product_id":172474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:13.000Z","modified_at":"2026-01-30T21:40:13.000Z","name":"Elnora Aufderhar","mobile_number":"690-479-0121","email_id":"Tyson_Kertzmann@gmail.com","dop":"2025-11-11","serial_number":"1038840095214232","imei1":"1038840095214232","imei2":"1038840095214232","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172468,"job_number":"JOB_172468","tr_customer_id":172485,"tr_customer_product_id":172475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:01.000Z","modified_at":"2026-01-30T21:41:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13710119597372","imei1":"13710119597372","imei2":"13710119597372","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172470,"job_number":"JOB_172470","tr_customer_id":172487,"tr_customer_product_id":172477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:03.000Z","modified_at":"2026-01-30T21:41:03.000Z","name":"Kyler Fadel","mobile_number":"581-995-7875","email_id":"Libbie82@yahoo.com","dop":"2025-11-11","serial_number":"1034173842967338","imei1":"1034173842967338","imei2":"1034173842967338","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172471,"job_number":"JOB_172471","tr_customer_id":172488,"tr_customer_product_id":172478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:04.000Z","modified_at":"2026-01-30T21:41:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15109978046538","imei1":"15109978046538","imei2":"15109978046538","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172473,"job_number":"JOB_172473","tr_customer_id":172490,"tr_customer_product_id":172480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:06.000Z","modified_at":"2026-01-30T21:41:06.000Z","name":"Bryce Sanford","mobile_number":"795-252-6990","email_id":"Vernie.Daugherty@gmail.com","dop":"2025-11-11","serial_number":"1028638921414980","imei1":"1028638921414980","imei2":"1028638921414980","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172474,"job_number":"JOB_172474","tr_customer_id":172491,"tr_customer_product_id":172481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:51.000Z","modified_at":"2026-01-30T21:41:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11082471020799","imei1":"11082471020799","imei2":"11082471020799","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172476,"job_number":"JOB_172476","tr_customer_id":172493,"tr_customer_product_id":172483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:53.000Z","modified_at":"2026-01-30T21:41:53.000Z","name":"Ali Reichel","mobile_number":"849-668-0008","email_id":"Johanna.Farrell42@hotmail.com","dop":"2025-11-11","serial_number":"1028378663737736","imei1":"1028378663737736","imei2":"1028378663737736","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172477,"job_number":"JOB_172477","tr_customer_id":172494,"tr_customer_product_id":172484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:57.000Z","modified_at":"2026-01-30T21:41:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14858381830422","imei1":"14858381830422","imei2":"14858381830422","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172479,"job_number":"JOB_172479","tr_customer_id":172496,"tr_customer_product_id":172486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:59.000Z","modified_at":"2026-01-30T21:41:59.000Z","name":"Layla Armstrong","mobile_number":"442-259-3691","email_id":"Damon56@gmail.com","dop":"2025-11-11","serial_number":"1045705744493742","imei1":"1045705744493742","imei2":"1045705744493742","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172480,"job_number":"JOB_172480","tr_customer_id":172497,"tr_customer_product_id":172487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:05.000Z","modified_at":"2026-01-30T23:45:05.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-20T23:45:05.112763470Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172481,"job_number":"JOB_172481","tr_customer_id":172498,"tr_customer_product_id":172488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:06.000Z","modified_at":"2026-01-30T23:45:06.000Z","name":"Deependra Butt","mobile_number":"7071457248","email_id":"ameyatma.chaturvedi@gmail.com","dop":"2026-01-20","serial_number":"668187475715156","imei1":"668187475715156","imei2":"668187475715156","popurl":"www.amarnath-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172482,"job_number":"JOB_172482","tr_customer_id":172499,"tr_customer_product_id":172489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:47:30.000Z","modified_at":"2026-01-30T23:47:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-20T23:47:30.012228242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172087,"job_number":"JOB_172087","tr_customer_id":172104,"tr_customer_product_id":172094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:17.000Z","modified_at":"2026-01-30T20:07:17.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Soledad_Larkin3@hotmail.com","dop":"2025-07-02","serial_number":"12225525954316","imei1":"12225525954316","imei2":"12225525954316","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | c4bd6d75-d025-47ac-98a3-3fcbcbef4324 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 59 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-pSw2HtSfGY2k8FjccvzNvj9QoNU" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| If-None-Match | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 09fbd030-d44d-4865-825e-5445cea20285 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| If-None-Match | W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 0b2eb5fe-57e6-4cb1-80ef-aa9c583f3d35 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 163 |
| ETag | W/"a3-bHML5B+amPK+OmdAvNAMkNnCzn0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Repair completed","key":"repair_completed","count":17}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | a0fbcf31-85ed-4712-b123-91b0ab595776 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"ba1-qic1ryRRpwdAg3cYR6n/yc5iadc" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:59.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:04.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4abbbb31-8bf1-4af6-9f00-b85509469fad |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 34 |
{"details_key":"repair_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| If-None-Match | W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | ed926a4f-8fb6-49bc-b4bf-cf9668fc6f31 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"e08-zQjvigyFOkjSItaZa12BH5Rdl7Q" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:04.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172520,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:01.000Z"}],"quatations":[]},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172516,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:49.000Z"}],"quatations":[]},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:59.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172513,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:47.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 48f32ff7-1c99-433e-a8ec-99fadef36da4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 6305cbf4-ef3c-423d-969b-fae8d4559491 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 133 |
{
"job_id": 172520,
"problems": [
{
"id": 1,
"remark": "updated os"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MDR9.kf0FwHsYZ0kcN2YWCJWgV4K4SxiU8wj-cmZ77HjsTCI |
| Connection | keep-alive |
| If-None-Match | W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | a8373838-dff4-47a8-8207-c2fd94140b56 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"974-7sJFM923A9oKt6ZeY1pQf86ZJsU" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172516,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:49.000Z"}],"quatations":[]},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:14:59.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:14:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172513,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:14:47.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | cbeda505-7cc9-4d80-97b7-562852a1d85e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 42 |
{"username":"iamqc","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-nNWMliI18dkKFK3Z5JLSJ/gK/jI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| If-None-Match | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 7c8baff6-cca8-458a-a127-76937cf36254 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| If-None-Match | W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | bba63f56-094a-408b-8f04-420927f482c0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 201 |
| ETag | W/"c9-bbV3SVji+sW78vYqwP1mk3w7PDo" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":15},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9903d627-4c4a-4ab6-990d-a65868805fba |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 52dba0a7-411b-4d33-ac1a-c37b0b2ed5f6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"3a1b-QGY7hebJ9cjPMjVnQkah0wxrYUQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:15:04.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | ecb4d7d3-07e8-4746-8ced-0de82244ddf0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7e0-HoI+kc6+YH1zUTNpH/CqcSPxFlc" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:06.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4aa23f98-9ef7-4c7a-bd33-ee83e7e93c84 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 26 |
{
"job_id": 172520
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkwN30.jftkM8ihwHu3ih1gsRvByphAA0xAX4VPD0CHV3LrwvU |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 631c4e92-4470-4499-9a22-77ebd4f86567 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"409-022PXDzRu28wpfXqY8tvdJlm4yQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 08d972a4-bd18-4989-bbde-e8fc082ec2d7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-xe/XFeE3EZuUQ+2ZZF9yoDhc87A" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTB9.Btvho1hcP8jn4I5yJeTn9SQ-OkeuSsjzhHvmy_HlX3g"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| If-None-Match | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 6a121b14-c185-4015-a436-2425ed9737e2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| If-None-Match | W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 70ea158b-a059-4927-9a70-8ed4c80e68fd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-1JbzmQUbK1r7Cjo1ewkkp7joCs0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":47},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 314d1946-0d0b-47a1-82f7-fee1787ff351 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f79-uJD1nKAv2cguud/SlBp6oO54ZmY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 2493e4b2-b65c-45af-a874-0fddeeb1b615 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f79-uJD1nKAv2cguud/SlBp6oO54ZmY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | f6cce464-1b73-4c46-890e-96e33b0326a6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 26 |
{
"job_id": 172520
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| If-None-Match | W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 8fddbb31-5048-4595-8330-bbdd160abe0a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bab-6wweXKMBxKAQ6pi4e8gYsZH7AA0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| If-None-Match | W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 6d7debfa-f839-4297-a439-98d4f5caf61d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-29tBK3KTT50ctuLbfbevn/9goAs" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":47},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 48a22c9c-8de0-4716-9700-de4e343d6827 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"b6c5-lhIxx6AgEw7qsFHUV7XUeAlRAGA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:15:10.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:10.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:12.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172526,"job_number":"JOB_172526","tr_customer_id":172543,"tr_customer_product_id":172533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:05.000Z","modified_at":"2026-01-31T04:15:05.000Z","name":"Toby McKenzie","mobile_number":"982-823-9479","email_id":"Ozella.Williamson42@yahoo.com","dop":"2025-04-06","serial_number":"15252825408956188","imei1":"15252825408956188","imei2":"15252825408956188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172527,"job_number":"JOB_172527","tr_customer_id":172544,"tr_customer_product_id":172534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11299165980413","imei1":"11299165980413","imei2":"11299165980413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172529,"job_number":"JOB_172529","tr_customer_id":172546,"tr_customer_product_id":172536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:09.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Adriel Ferry","mobile_number":"527-725-4036","email_id":"Justina75@yahoo.com","dop":"2025-04-06","serial_number":"15684898577635116","imei1":"15684898577635116","imei2":"15684898577635116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_151329"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 3487f1f6-d8bc-49b3-9bb7-e7076dceb092 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 27 |
{"searchText":"JOB_172520"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1007 |
| ETag | W/"3ef-Zx3pclIwgG4RyRFY4DINSsQIZWQ" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI4OTl9.PeoVGRiIu6o4RILH-orMKex8_JkW2wAgZ8SK7Kdxfy0 |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9cc4b8a9-e82f-40c8-96ad-06f3e29b1b84 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"a3a-ijFzL7UzHhkA1arBBp6xHVx4Yvw" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":659132,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-31T04:15:01.000Z","created_at":"2026-01-31T04:15:01.000Z"},{"id":659133,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-31T04:15:01.000Z","created_at":"2026-01-31T04:15:01.000Z"},{"id":659148,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-31T04:15:04.000Z","created_at":"2026-01-31T04:15:04.000Z"},{"id":659152,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-31T04:15:06.000Z","created_at":"2026-01-31T04:15:06.000Z"},{"id":659168,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-31T04:15:09.000Z","created_at":"2026-01-31T04:15:09.000Z"},{"id":659172,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-31T04:15:11.000Z","created_at":"2026-01-31T04:15:11.000Z"},{"id":659173,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-31T04:15:11.000Z","created_at":"2026-01-31T04:15:11.000Z"}],"problems":[{"id":155490,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:01.000Z"},{"id":155498,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-31T04:15:06.000Z"}],"quatations":[]}}
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | df72d90b-0107-42a6-aa6c-c8b8ee07586b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-D5LhQV8V47RoEB6YsLoVLpC3TSk" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the status code is 200 | 1 | 0 | 0 |
| verify if the response message is Success | 1 | 0 | 0 |
| verify if the response time is less than 100 | 0 | 1 | 0 |
| verify if the response token is not null | 1 | 0 | 0 |
| Total | 3 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the response time is less than 100 | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ad35b15d-b5ee-4483-b9d5-c5a176074cf9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 72 |
{
"username": "iamfdinvalid",
"password": "invalidPassword"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the status code is 401 | 0 | 1 | 0 |
| verify error message | 1 | 0 | 0 |
| validate json schema response | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 876691e5-0ccd-4f3d-a41a-4408c4becafa |
| Host | |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 870943db-d8f6-4496-b820-3a3e5e615988 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-29tBK3KTT50ctuLbfbevn/9goAs" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":47},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7d7fb251-c923-4709-97d6-3417febf67a1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-29tBK3KTT50ctuLbfbevn/9goAs" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":3},{"label":"Created today","key":"created_today","count":47},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify status code is 200 | 1 | 0 | 0 |
| verify if the keys are present in response data array | 1 | 0 | 0 |
| Verify if the count for the json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8861439a-b0bd-46a8-9515-dcfcc0819249 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-US,en;q=0.9 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | acec3150-6f9a-44e9-9d5f-381b810f20bc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify whether the key mst_oem is present in the response | 1 | 0 | 0 |
| verify if the key is storing a non empty array | 0 | 1 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| verify if the key is storing a non empty array | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e3f7f974-900c-4650-aa35-36762d330c14 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1038 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Praj",
"last_name": "Test",
"mobile_number": "1234567891",
"mobile_number_alt": "",
"email_id": "praj22@test.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "56",
"apartment_name": "ress",
"street_name": "4th Cross Road",
"landmark": "data",
"area": "4567",
"pincode": "560066",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2026-01-09T18:30:00.000Z",
"serial_number": "12345678567567",
"imei1": "17759936829351",
"imei2": "17759936829351",
"popurl": "2026-01-09T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 1
},
"problems": [
{
"id": 1,
"remark": "phone slow"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-GQGbzNY+AGyBZ0m49gl1Pth33p4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":172547,"tr_customer_product_id":172537,"job_number":"JOB_172530"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5b403744-207a-4db9-af4f-4b2e1494b866 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1038 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Praj",
"last_name": "Test",
"mobile_number": "1234567891",
"mobile_number_alt": "",
"email_id": "praj22@test.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "56",
"apartment_name": "ress",
"street_name": "4th Cross Road",
"landmark": "data",
"area": "4567",
"pincode": "560066",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2026-01-09T18:30:00.000Z",
"serial_number": "12345678567567",
"imei1": "18444485808464",
"imei2": "18444485808464",
"popurl": "2026-01-09T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 1
},
"problems": [
{
"id": 1,
"remark": "phone slow"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-qrFO4f2QcJtJg/1wlikINn+agtY" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":172548,"tr_customer_product_id":172538,"job_number":"JOB_172531"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | de63937c-97e6-4839-85fc-52e4a0364827 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-tDs331fJM3PolYHVrIezjIqX5zY" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":49},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| verify if the count for the created job today is incremented | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Cache-Control | no-cache |
| Postman-Token | 3f6c9830-243c-4a1e-882b-2dbed8c203e6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"be6c-+5kAPzNFZbC1nKBBPc0dfi7UJCo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172530,"job_number":"JOB_172530","tr_customer_id":172547,"tr_customer_product_id":172537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17759936829351","imei2":"17759936829351","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172529,"job_number":"JOB_172529","tr_customer_id":172546,"tr_customer_product_id":172536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:09.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Adriel Ferry","mobile_number":"527-725-4036","email_id":"Justina75@yahoo.com","dop":"2025-04-06","serial_number":"15684898577635116","imei1":"15684898577635116","imei2":"15684898577635116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172527,"job_number":"JOB_172527","tr_customer_id":172544,"tr_customer_product_id":172534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11299165980413","imei1":"11299165980413","imei2":"11299165980413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172526,"job_number":"JOB_172526","tr_customer_id":172543,"tr_customer_product_id":172533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:05.000Z","modified_at":"2026-01-31T04:15:05.000Z","name":"Toby McKenzie","mobile_number":"982-823-9479","email_id":"Ozella.Williamson42@yahoo.com","dop":"2025-04-06","serial_number":"15252825408956188","imei1":"15252825408956188","imei2":"15252825408956188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:13.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:10.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:15:10.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_151330"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Cache-Control | no-cache |
| Postman-Token | 34b641da-5e43-4a67-bcc9-de9fa162ec2c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 27 |
{"searchText":"JOB_172531"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1014 |
| ETag | W/"3f6-bwbZdUglxFYpyQj+Fsi8q9z4MT0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3135ea61-d8e7-4695-a55b-2c44f21bf743 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 65f3c425-ec14-4da8-95cd-1be2e19d6b07 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{"username":"iamsup","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-lptkNZHrvqij7NHTnhWAJzNmytg" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc |
| Connection | keep-alive |
| If-None-Match | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0bfc35b8-725f-41be-a621-52d780c9a452 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc |
| Connection | keep-alive |
| If-None-Match | W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3ec81c38-04ea-423d-ba99-2c5177558fd6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-3BlfikfUNGm+1pAqmaHe+jhzlOY" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":344},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fd08d134-9433-4ebe-8818-f1a3a54bf32b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"53fe1-ExoBwdxGMJxsDwQcXYPGsPtKkfU" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172088,"job_number":"JOB_172088","tr_customer_id":172105,"tr_customer_product_id":172095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:23.000Z","modified_at":"2026-01-30T20:07:23.000Z","name":"Paramartha Panicker","mobile_number":"9638538681","email_id":"minakshi.nayar@gmail.com","dop":"2026-01-21","serial_number":"42173866545359","imei1":"42173866545359","imei2":"42173866545359","popurl":"www.chandni-mehra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172089,"job_number":"JOB_172089","tr_customer_id":172106,"tr_customer_product_id":172096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Deontae Jaskolski","mobile_number":"412-730-5442","email_id":"Seth72@hotmail.com","dop":"2025-09-09","serial_number":"17487191592236","imei1":"17487191592236","imei2":"17487191592236","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172090,"job_number":"JOB_172090","tr_customer_id":172107,"tr_customer_product_id":172097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Jerad Carter","mobile_number":"941-631-9761","email_id":"Lewis_Grant@hotmail.com","dop":"2025-09-09","serial_number":"15843514646085","imei1":"15843514646085","imei2":"15843514646085","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172092,"job_number":"JOB_172092","tr_customer_id":172109,"tr_customer_product_id":172099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Chaim Orn","mobile_number":"681-436-5011","email_id":"Crystel.OKeefe59@yahoo.com","dop":"2025-09-09","serial_number":"18100781238109","imei1":"18100781238109","imei2":"18100781238109","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172093,"job_number":"JOB_172093","tr_customer_id":172110,"tr_customer_product_id":172100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Linwood Swift","mobile_number":"956-838-6893","email_id":"George.Jenkins@yahoo.com","dop":"2025-09-09","serial_number":"15265346979489","imei1":"15265346979489","imei2":"15265346979489","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172095,"job_number":"JOB_172095","tr_customer_id":172112,"tr_customer_product_id":172102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Braeden Johnston","mobile_number":"938-446-9069","email_id":"Izabella_Hermann89@gmail.com","dop":"2025-09-09","serial_number":"19219071546262","imei1":"19219071546262","imei2":"19219071546262","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172096,"job_number":"JOB_172096","tr_customer_id":172113,"tr_customer_product_id":172103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Autumn Tillman","mobile_number":"258-665-7285","email_id":"Amie61@gmail.com","dop":"2025-09-09","serial_number":"14633689500051","imei1":"14633689500051","imei2":"14633689500051","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172098,"job_number":"JOB_172098","tr_customer_id":172115,"tr_customer_product_id":172105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Jagmeet Adiga","mobile_number":"9923534746","email_id":"charumati.mehra@yahoo.co.in","dop":"2026-01-21","serial_number":"20049842989654","imei1":"20049842989654","imei2":"20049842989654","popurl":"www.vidhur-dhawan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172099,"job_number":"JOB_172099","tr_customer_id":172116,"tr_customer_product_id":172106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Shubhaprada Ahuja","mobile_number":"9687123714","email_id":"chinmayanand.joshi@yahoo.co.in","dop":"2026-01-21","serial_number":"31459086180514","imei1":"31459086180514","imei2":"31459086180514","popurl":"www.diptendu-chaturvedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172100,"job_number":"JOB_172100","tr_customer_id":172117,"tr_customer_product_id":172107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Rohana Sinha","mobile_number":"9609256942","email_id":"shresthi.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"69884065036622","imei1":"69884065036622","imei2":"69884065036622","popurl":"www.shakti-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172101,"job_number":"JOB_172101","tr_customer_id":172118,"tr_customer_product_id":172108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Suresh Gill","mobile_number":"9982804417","email_id":"prayag.desai@gmail.com","dop":"2026-01-21","serial_number":"91971265105814","imei1":"91971265105814","imei2":"91971265105814","popurl":"www.gopi-achari.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172102,"job_number":"JOB_172102","tr_customer_id":172119,"tr_customer_product_id":172109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Agniprava Bhat","mobile_number":"9520056788","email_id":"sloka.dutta@yahoo.co.in","dop":"2026-01-21","serial_number":"11713024954620","imei1":"11713024954620","imei2":"11713024954620","popurl":"www.jitender-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172103,"job_number":"JOB_172103","tr_customer_id":172120,"tr_customer_product_id":172110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Anilaabh Trivedi","mobile_number":"9383135960","email_id":"ananta.guneta@hotmail.com","dop":"2026-01-21","serial_number":"58990575976000","imei1":"58990575976000","imei2":"58990575976000","popurl":"www.bhaswar-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172104,"job_number":"JOB_172104","tr_customer_id":172121,"tr_customer_product_id":172111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Gita Abbott","mobile_number":"9519015517","email_id":"deevakar.patil@yahoo.co.in","dop":"2026-01-21","serial_number":"16933727488809","imei1":"16933727488809","imei2":"16933727488809","popurl":"www.adhiraj-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172105,"job_number":"JOB_172105","tr_customer_id":172122,"tr_customer_product_id":172112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Harinarayan Kapoor","mobile_number":"9040523473","email_id":"ekdant.bharadwaj@yahoo.co.in","dop":"2026-01-21","serial_number":"71236426118809","imei1":"71236426118809","imei2":"71236426118809","popurl":"www.divjot-acharya.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172106,"job_number":"JOB_172106","tr_customer_id":172123,"tr_customer_product_id":172113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Jahnu Shah","mobile_number":"9328598220","email_id":"umang.kapoor@hotmail.com","dop":"2026-01-21","serial_number":"58100371873145","imei1":"58100371873145","imei2":"58100371873145","popurl":"www.bhooshan-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172107,"job_number":"JOB_172107","tr_customer_id":172124,"tr_customer_product_id":172114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:54.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Abhaya Somayaji","mobile_number":"9762644275","email_id":"anagh.jha@hotmail.com","dop":"2026-01-21","serial_number":"85162660112231","imei1":"85162660112231","imei2":"85162660112231","popurl":"www.trilochana-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172108,"job_number":"JOB_172108","tr_customer_id":172125,"tr_customer_product_id":172115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Dinesh Mukhopadhyay","mobile_number":"9276744612","email_id":"daksha.marar@yahoo.co.in","dop":"2026-01-21","serial_number":"30886075018822","imei1":"30886075018822","imei2":"30886075018822","popurl":"www.lai-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172109,"job_number":"JOB_172109","tr_customer_id":172126,"tr_customer_product_id":172116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhavani Saini","mobile_number":"9214866946","email_id":"ambar.nair@gmail.com","dop":"2026-01-21","serial_number":"38130786068858","imei1":"38130786068858","imei2":"38130786068858","popurl":"www.dev-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172110,"job_number":"JOB_172110","tr_customer_id":172127,"tr_customer_product_id":172117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhaanumati Bharadwaj","mobile_number":"9545596634","email_id":"rakesh.panicker@gmail.com","dop":"2026-01-21","serial_number":"37082793557698","imei1":"37082793557698","imei2":"37082793557698","popurl":"www.chandani-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172111,"job_number":"JOB_172111","tr_customer_id":172128,"tr_customer_product_id":172118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Baala Agarwal","mobile_number":"9403844816","email_id":"anjali.devar@yahoo.co.in","dop":"2026-01-21","serial_number":"03485339678306","imei1":"03485339678306","imei2":"03485339678306","popurl":"www.trisha-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172113,"job_number":"JOB_172113","tr_customer_id":172130,"tr_customer_product_id":172120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Chandravati Tagore","mobile_number":"9589323066","email_id":"brahmabrata.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"05718428035637","imei1":"05718428035637","imei2":"05718428035637","popurl":"www.atmananda-agarwal.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172114,"job_number":"JOB_172114","tr_customer_id":172131,"tr_customer_product_id":172121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Drona Nayar","mobile_number":"9191687356","email_id":"bandhul.khatri@hotmail.com","dop":"2026-01-21","serial_number":"65246410899430","imei1":"65246410899430","imei2":"65246410899430","popurl":"www.tejas-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172115,"job_number":"JOB_172115","tr_customer_id":172132,"tr_customer_product_id":172122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Pranay Butt","mobile_number":"9050974722","email_id":"brahmabrata.kakkar@gmail.com","dop":"2026-01-21","serial_number":"65217361590561","imei1":"65217361590561","imei2":"65217361590561","popurl":"www.anaadi-achari.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172116,"job_number":"JOB_172116","tr_customer_id":172133,"tr_customer_product_id":172123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Aaratrika Menon","mobile_number":"9968179183","email_id":"bhagwanti.chattopadhyay@hotmail.com","dop":"2026-01-21","serial_number":"83528921934503","imei1":"83528921934503","imei2":"83528921934503","popurl":"www.manik-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172117,"job_number":"JOB_172117","tr_customer_id":172134,"tr_customer_product_id":172124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Sudeva Sinha","mobile_number":"9162167490","email_id":"shwet.bhattacharya@yahoo.co.in","dop":"2026-01-21","serial_number":"42815062850287","imei1":"42815062850287","imei2":"42815062850287","popurl":"www.amrita-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172118,"job_number":"JOB_172118","tr_customer_id":172135,"tr_customer_product_id":172125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Deenabandhu Desai","mobile_number":"9036496917","email_id":"kailash.jain@hotmail.com","dop":"2026-01-21","serial_number":"44941087297112","imei1":"44941087297112","imei2":"44941087297112","popurl":"www.dipankar-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172119,"job_number":"JOB_172119","tr_customer_id":172136,"tr_customer_product_id":172126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Rohit Chattopadhyay","mobile_number":"9044745815","email_id":"kashyapi.pothuvaal@hotmail.com","dop":"2026-01-21","serial_number":"15442620243223","imei1":"15442620243223","imei2":"15442620243223","popurl":"www.adhiraj-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172120,"job_number":"JOB_172120","tr_customer_id":172137,"tr_customer_product_id":172127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Gatik Mehrotra","mobile_number":"9406212150","email_id":"dharani.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"99753802233250","imei1":"99753802233250","imei2":"99753802233250","popurl":"www.garuda-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172122,"job_number":"JOB_172122","tr_customer_id":172139,"tr_customer_product_id":172129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dharmaketu Asan","mobile_number":"9258158661","email_id":"chandira.dubashi@gmail.com","dop":"2026-01-21","serial_number":"38015642851765","imei1":"38015642851765","imei2":"38015642851765","popurl":"www.pushti-patil.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172123,"job_number":"JOB_172123","tr_customer_id":172140,"tr_customer_product_id":172130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rajinder Singh","mobile_number":"9747207727","email_id":"asha.saini@hotmail.com","dop":"2026-01-21","serial_number":"61773645565565","imei1":"61773645565565","imei2":"61773645565565","popurl":"www.baijayanti-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172125,"job_number":"JOB_172125","tr_customer_id":172142,"tr_customer_product_id":172132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tushar Shukla","mobile_number":"9927119308","email_id":"girish.malik@hotmail.com","dop":"2026-01-21","serial_number":"21741910409620","imei1":"21741910409620","imei2":"21741910409620","popurl":"www.bhilangana-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172126,"job_number":"JOB_172126","tr_customer_id":172143,"tr_customer_product_id":172133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dulari Nehru","mobile_number":"9038350295","email_id":"jitender.jha@hotmail.com","dop":"2026-01-21","serial_number":"39275586928240","imei1":"39275586928240","imei2":"39275586928240","popurl":"www.bhasvan-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172127,"job_number":"JOB_172127","tr_customer_id":172144,"tr_customer_product_id":172134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tanushri Embranthiri","mobile_number":"9809040713","email_id":"chetan.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"76869343568844","imei1":"76869343568844","imei2":"76869343568844","popurl":"www.diksha-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172129,"job_number":"JOB_172129","tr_customer_id":172146,"tr_customer_product_id":172136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rohan Pilla","mobile_number":"9629358891","email_id":"adripathi.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"56195657003023","imei1":"56195657003023","imei2":"56195657003023","popurl":"www.draupadi-pandey.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172130,"job_number":"JOB_172130","tr_customer_id":172147,"tr_customer_product_id":172137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Narinder Sethi","mobile_number":"9834302884","email_id":"achalesvara.mehra@hotmail.com","dop":"2026-01-21","serial_number":"97755871571579","imei1":"97755871571579","imei2":"97755871571579","popurl":"www.chandradev-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172132,"job_number":"JOB_172132","tr_customer_id":172149,"tr_customer_product_id":172139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rageswari Dubashi","mobile_number":"9400344510","email_id":"menka.asan@gmail.com","dop":"2026-01-21","serial_number":"05293696947247","imei1":"05293696947247","imei2":"05293696947247","popurl":"www.bhagwanti-ahluwalia.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172133,"job_number":"JOB_172133","tr_customer_id":172150,"tr_customer_product_id":172140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Sushil Menon","mobile_number":"9872525129","email_id":"ranjit.reddy@gmail.com","dop":"2026-01-21","serial_number":"72985551186766","imei1":"72985551186766","imei2":"72985551186766","popurl":"www.achyut-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172134,"job_number":"JOB_172134","tr_customer_id":172151,"tr_customer_product_id":172141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Giri Nair","mobile_number":"9561524080","email_id":"chaanakya.kaul@yahoo.co.in","dop":"2026-01-21","serial_number":"25249007451480","imei1":"25249007451480","imei2":"25249007451480","popurl":"www.shakti-bandopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172135,"job_number":"JOB_172135","tr_customer_id":172152,"tr_customer_product_id":172142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Bhagavaan Panicker","mobile_number":"9362922300","email_id":"bilwa.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"48670860149450","imei1":"48670860149450","imei2":"48670860149450","popurl":"www.deven-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172136,"job_number":"JOB_172136","tr_customer_id":172153,"tr_customer_product_id":172143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Balagopal Mishra","mobile_number":"9472068553","email_id":"bhisham.sethi@yahoo.co.in","dop":"2026-01-21","serial_number":"67627404929279","imei1":"67627404929279","imei2":"67627404929279","popurl":"www.sher-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172137,"job_number":"JOB_172137","tr_customer_id":172154,"tr_customer_product_id":172144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Jaya Ganaka","mobile_number":"9435698175","email_id":"baalaaditya.menon@yahoo.co.in","dop":"2026-01-21","serial_number":"39503159081337","imei1":"39503159081337","imei2":"39503159081337","popurl":"www.naval-sharma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172138,"job_number":"JOB_172138","tr_customer_id":172155,"tr_customer_product_id":172145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Manik Pothuvaal","mobile_number":"9552700881","email_id":"bhooshan.sinha@hotmail.com","dop":"2026-01-21","serial_number":"48328837137420","imei1":"48328837137420","imei2":"48328837137420","popurl":"www.sher-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172140,"job_number":"JOB_172140","tr_customer_id":172157,"tr_customer_product_id":172147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Dwaipayan Singh","mobile_number":"9397608583","email_id":"jagathi.singh@gmail.com","dop":"2026-01-21","serial_number":"23400709927514","imei1":"23400709927514","imei2":"23400709927514","popurl":"www.ranjit-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172142,"job_number":"JOB_172142","tr_customer_id":172159,"tr_customer_product_id":172149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Kamla Ahuja","mobile_number":"9123844307","email_id":"brajesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"14307912361229","imei1":"14307912361229","imei2":"14307912361229","popurl":"www.ayushmati-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172143,"job_number":"JOB_172143","tr_customer_id":172160,"tr_customer_product_id":172150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amarnath Khatri","mobile_number":"9090248071","email_id":"prem.acharya@hotmail.com","dop":"2026-01-21","serial_number":"88080015267681","imei1":"88080015267681","imei2":"88080015267681","popurl":"www.kama-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172144,"job_number":"JOB_172144","tr_customer_id":172161,"tr_customer_product_id":172151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Baidehi Reddy","mobile_number":"9247722309","email_id":"bhooshit.kaul@hotmail.com","dop":"2026-01-21","serial_number":"30785377076931","imei1":"30785377076931","imei2":"30785377076931","popurl":"www.pushti-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172145,"job_number":"JOB_172145","tr_customer_id":172162,"tr_customer_product_id":172152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amrita Achari","mobile_number":"9370379293","email_id":"anilabh.achari@gmail.com","dop":"2026-01-21","serial_number":"20380715263538","imei1":"20380715263538","imei2":"20380715263538","popurl":"www.mahesh-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172146,"job_number":"JOB_172146","tr_customer_id":172163,"tr_customer_product_id":172153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Bhardwaj Prajapat","mobile_number":"9276693823","email_id":"bhagwati.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"74769407112890","imei1":"74769407112890","imei2":"74769407112890","popurl":"www.aayushmaan-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172147,"job_number":"JOB_172147","tr_customer_id":172164,"tr_customer_product_id":172154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Devika Guneta","mobile_number":"9683320287","email_id":"kanaka.dhawan@gmail.com","dop":"2026-01-21","serial_number":"28463357278713","imei1":"28463357278713","imei2":"28463357278713","popurl":"www.urmila-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172148,"job_number":"JOB_172148","tr_customer_id":172165,"tr_customer_product_id":172155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Garud Sharma","mobile_number":"9826210786","email_id":"balgopal.ahuja@gmail.com","dop":"2026-01-21","serial_number":"58320378315328","imei1":"58320378315328","imei2":"58320378315328","popurl":"www.deveshwar-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172149,"job_number":"JOB_172149","tr_customer_id":172166,"tr_customer_product_id":172156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Kamlesh Nambeesan","mobile_number":"9571031714","email_id":"girja.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"76574151337483","imei1":"76574151337483","imei2":"76574151337483","popurl":"www.daiwik-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172151,"job_number":"JOB_172151","tr_customer_id":172168,"tr_customer_product_id":172158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Samir Chattopadhyay","mobile_number":"9406334142","email_id":"atmananda.saini@hotmail.com","dop":"2026-01-21","serial_number":"06907667110038","imei1":"06907667110038","imei2":"06907667110038","popurl":"www.minakshi-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172152,"job_number":"JOB_172152","tr_customer_id":172169,"tr_customer_product_id":172159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Bhupen Somayaji","mobile_number":"9828413526","email_id":"sanjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"21911814409204","imei1":"21911814409204","imei2":"21911814409204","popurl":"www.avani-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172154,"job_number":"JOB_172154","tr_customer_id":172171,"tr_customer_product_id":172161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chandra Tagore","mobile_number":"9282196326","email_id":"dhyaneshwar.guneta@hotmail.com","dop":"2026-01-21","serial_number":"40037908951257","imei1":"40037908951257","imei2":"40037908951257","popurl":"www.chidaatma-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172155,"job_number":"JOB_172155","tr_customer_id":172172,"tr_customer_product_id":172162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Uma Arora","mobile_number":"9476564032","email_id":"chidambaram.tagore@gmail.com","dop":"2026-01-21","serial_number":"68990895641704","imei1":"68990895641704","imei2":"68990895641704","popurl":"www.sucheta-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172156,"job_number":"JOB_172156","tr_customer_id":172173,"tr_customer_product_id":172163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chitrangada Patel","mobile_number":"9909332621","email_id":"dandapaani.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"91167544797495","imei1":"91167544797495","imei2":"91167544797495","popurl":"www.chandran-kaniyar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172157,"job_number":"JOB_172157","tr_customer_id":172174,"tr_customer_product_id":172164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Vishnu Jha","mobile_number":"9698443820","email_id":"manoj.mahajan@hotmail.com","dop":"2026-01-21","serial_number":"68743232382050","imei1":"68743232382050","imei2":"68743232382050","popurl":"www.kali-kaul.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172158,"job_number":"JOB_172158","tr_customer_id":172175,"tr_customer_product_id":172165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Indra Namboothiri","mobile_number":"9024687617","email_id":"soma.dutta@hotmail.com","dop":"2026-01-21","serial_number":"26963206017347","imei1":"26963206017347","imei2":"26963206017347","popurl":"www.dulari-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172159,"job_number":"JOB_172159","tr_customer_id":172176,"tr_customer_product_id":172166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Gauraang Namboothiri","mobile_number":"9414096407","email_id":"tarun.prajapat@gmail.com","dop":"2026-01-21","serial_number":"49884237123736","imei1":"49884237123736","imei2":"49884237123736","popurl":"www.meghnath-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172160,"job_number":"JOB_172160","tr_customer_id":172177,"tr_customer_product_id":172167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Agasti Singh","mobile_number":"9690145112","email_id":"chidaakaash.namboothiri@hotmail.com","dop":"2026-01-21","serial_number":"65298665423073","imei1":"65298665423073","imei2":"65298665423073","popurl":"www.dulari-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172161,"job_number":"JOB_172161","tr_customer_id":172178,"tr_customer_product_id":172168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhagwati Mehra","mobile_number":"9447357516","email_id":"gitanjali.talwar@yahoo.co.in","dop":"2026-01-21","serial_number":"90854106806549","imei1":"90854106806549","imei2":"90854106806549","popurl":"www.vishwamitra-kaur.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172162,"job_number":"JOB_172162","tr_customer_id":172179,"tr_customer_product_id":172169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Girija Verma","mobile_number":"9602585273","email_id":"kashyapi.embranthiri@yahoo.co.in","dop":"2026-01-21","serial_number":"18048843813740","imei1":"18048843813740","imei2":"18048843813740","popurl":"www.sarisha-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172163,"job_number":"JOB_172163","tr_customer_id":172180,"tr_customer_product_id":172170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Nirbhay Prajapat","mobile_number":"9983076031","email_id":"acharyanandana.agarwal@gmail.com","dop":"2026-01-21","serial_number":"33146266105000","imei1":"33146266105000","imei2":"33146266105000","popurl":"www.harit-chopra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172164,"job_number":"JOB_172164","tr_customer_id":172181,"tr_customer_product_id":172171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Kamalesh Nair","mobile_number":"9450740067","email_id":"sarvin.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"13162052001178","imei1":"13162052001178","imei2":"13162052001178","popurl":"www.abani-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172165,"job_number":"JOB_172165","tr_customer_id":172182,"tr_customer_product_id":172172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Chandraketu Khanna","mobile_number":"9122481690","email_id":"gayatri.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"05546579127590","imei1":"05546579127590","imei2":"05546579127590","popurl":"www.aanandaswarup-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172167,"job_number":"JOB_172167","tr_customer_id":172184,"tr_customer_product_id":172174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhupati Khatri","mobile_number":"9302780198","email_id":"deepan.nair@hotmail.com","dop":"2026-01-21","serial_number":"50995457303075","imei1":"50995457303075","imei2":"50995457303075","popurl":"www.dhruv-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172170,"job_number":"JOB_172170","tr_customer_id":172187,"tr_customer_product_id":172177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Ankal Nehru","mobile_number":"9448742685","email_id":"navin.khan@gmail.com","dop":"2026-01-21","serial_number":"75113274059093","imei1":"75113274059093","imei2":"75113274059093","popurl":"www.aasa-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172171,"job_number":"JOB_172171","tr_customer_id":172188,"tr_customer_product_id":172178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Deb Bhattathiri","mobile_number":"9980740256","email_id":"aadi.nair@yahoo.co.in","dop":"2026-01-21","serial_number":"01592207859961","imei1":"01592207859961","imei2":"01592207859961","popurl":"www.rageswari-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172172,"job_number":"JOB_172172","tr_customer_id":172189,"tr_customer_product_id":172179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Chapal Agarwal","mobile_number":"9092348633","email_id":"dandapaani.bhat@hotmail.com","dop":"2026-01-21","serial_number":"82393337501622","imei1":"82393337501622","imei2":"82393337501622","popurl":"www.bhupati-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172173,"job_number":"JOB_172173","tr_customer_id":172190,"tr_customer_product_id":172180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Anal Nehru","mobile_number":"9622382709","email_id":"gajabahu.tagore@hotmail.com","dop":"2026-01-21","serial_number":"94944055892893","imei1":"94944055892893","imei2":"94944055892893","popurl":"www.shashi-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172175,"job_number":"JOB_172175","tr_customer_id":172192,"tr_customer_product_id":172182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Lavanya Dubashi","mobile_number":"9121838009","email_id":"akshaj.joshi@gmail.com","dop":"2026-01-21","serial_number":"78500931463017","imei1":"78500931463017","imei2":"78500931463017","popurl":"www.adhiraj-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172177,"job_number":"JOB_172177","tr_customer_id":172194,"tr_customer_product_id":172184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gauraang Trivedi","mobile_number":"9452975786","email_id":"nanda.khanna@gmail.com","dop":"2026-01-21","serial_number":"60163715427998","imei1":"60163715427998","imei2":"60163715427998","popurl":"www.bhagwanti-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172178,"job_number":"JOB_172178","tr_customer_id":172195,"tr_customer_product_id":172185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gati Nambeesan","mobile_number":"9881290022","email_id":"dhara.dhawan@gmail.com","dop":"2026-01-21","serial_number":"12163654214251","imei1":"12163654214251","imei2":"12163654214251","popurl":"www.preity-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172179,"job_number":"JOB_172179","tr_customer_id":172196,"tr_customer_product_id":172186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Shashi Panicker","mobile_number":"9898053351","email_id":"anang.singh@yahoo.co.in","dop":"2026-01-21","serial_number":"05654235389567","imei1":"05654235389567","imei2":"05654235389567","popurl":"www.sloka-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172181,"job_number":"JOB_172181","tr_customer_id":172198,"tr_customer_product_id":172188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Bahula Banerjee","mobile_number":"9832900663","email_id":"kalpana.nambeesan@hotmail.com","dop":"2026-01-21","serial_number":"23791424302436","imei1":"23791424302436","imei2":"23791424302436","popurl":"www.lakshmidhar-gandhi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172182,"job_number":"JOB_172182","tr_customer_id":172199,"tr_customer_product_id":172189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Mayoor Johar","mobile_number":"9486443310","email_id":"avadhesh.acharya@gmail.com","dop":"2026-01-21","serial_number":"41854114889991","imei1":"41854114889991","imei2":"41854114889991","popurl":"www.chitrangada-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172183,"job_number":"JOB_172183","tr_customer_id":172200,"tr_customer_product_id":172190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Somu Guneta","mobile_number":"9701133698","email_id":"menaka.guneta@yahoo.co.in","dop":"2026-01-21","serial_number":"08266682468762","imei1":"08266682468762","imei2":"08266682468762","popurl":"www.lakshmidhar-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172185,"job_number":"JOB_172185","tr_customer_id":172202,"tr_customer_product_id":172192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Suryakantam Kocchar","mobile_number":"9049884996","email_id":"chandrabhan.mehra@gmail.com","dop":"2026-01-21","serial_number":"07596982818159","imei1":"07596982818159","imei2":"07596982818159","popurl":"www.shobhana-kapoor.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172186,"job_number":"JOB_172186","tr_customer_id":172203,"tr_customer_product_id":172193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Himani Reddy","mobile_number":"9779472838","email_id":"trilok.abbott@yahoo.co.in","dop":"2026-01-21","serial_number":"69801132836599","imei1":"69801132836599","imei2":"69801132836599","popurl":"www.aadrika-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172187,"job_number":"JOB_172187","tr_customer_id":172204,"tr_customer_product_id":172194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Trilochan Bhattacharya","mobile_number":"9413110251","email_id":"annapurna.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"67063273118955","imei1":"67063273118955","imei2":"67063273118955","popurl":"www.chinmayananda-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172189,"job_number":"JOB_172189","tr_customer_id":172206,"tr_customer_product_id":172196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Rita Banerjee","mobile_number":"9499110260","email_id":"abhirath.gupta@yahoo.co.in","dop":"2026-01-21","serial_number":"95833127919777","imei1":"95833127919777","imei2":"95833127919777","popurl":"www.chapal-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172190,"job_number":"JOB_172190","tr_customer_id":172207,"tr_customer_product_id":172197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Sudeva Nayar","mobile_number":"9215275223","email_id":"chetan.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"93618635514592","imei1":"93618635514592","imei2":"93618635514592","popurl":"www.esha-mehrotra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172191,"job_number":"JOB_172191","tr_customer_id":172208,"tr_customer_product_id":172198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Deeptanshu Jha","mobile_number":"9627266875","email_id":"bhisham.panicker@gmail.com","dop":"2026-01-21","serial_number":"08416394460997","imei1":"08416394460997","imei2":"08416394460997","popurl":"www.dayaanidhi-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172193,"job_number":"JOB_172193","tr_customer_id":172210,"tr_customer_product_id":172200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Leela Joshi","mobile_number":"9793573072","email_id":"harit.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"30862528954129","imei1":"30862528954129","imei2":"30862528954129","popurl":"www.bhooshit-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172194,"job_number":"JOB_172194","tr_customer_id":172211,"tr_customer_product_id":172201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Baijayanti Jha","mobile_number":"9148039050","email_id":"subhasini.abbott@gmail.com","dop":"2026-01-21","serial_number":"12157154681644","imei1":"12157154681644","imei2":"12157154681644","popurl":"www.bhadraksh-gupta.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172195,"job_number":"JOB_172195","tr_customer_id":172212,"tr_customer_product_id":172202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Preity Guha","mobile_number":"9764676523","email_id":"aadi.nayar@yahoo.co.in","dop":"2026-01-21","serial_number":"48981107058279","imei1":"48981107058279","imei2":"48981107058279","popurl":"www.dhanu-mahajan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172196,"job_number":"JOB_172196","tr_customer_id":172213,"tr_customer_product_id":172203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Ramesh Joshi","mobile_number":"9728098896","email_id":"divjot.iyengar@hotmail.com","dop":"2026-01-21","serial_number":"53133726967025","imei1":"53133726967025","imei2":"53133726967025","popurl":"www.girindra-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172198,"job_number":"JOB_172198","tr_customer_id":172215,"tr_customer_product_id":172205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Deenabandhu Kakkar","mobile_number":"9446032364","email_id":"mina.dwivedi@hotmail.com","dop":"2026-01-21","serial_number":"33344564069818","imei1":"33344564069818","imei2":"33344564069818","popurl":"www.ekaling-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172199,"job_number":"JOB_172199","tr_customer_id":172216,"tr_customer_product_id":172206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Nalini Talwar","mobile_number":"9704729227","email_id":"indira.pandey@hotmail.com","dop":"2026-01-21","serial_number":"23804645168183","imei1":"23804645168183","imei2":"23804645168183","popurl":"www.bilva-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172201,"job_number":"JOB_172201","tr_customer_id":172218,"tr_customer_product_id":172208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Siddhi Shah","mobile_number":"9941190314","email_id":"dhananjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"28803880833457","imei1":"28803880833457","imei2":"28803880833457","popurl":"www.vijay-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172202,"job_number":"JOB_172202","tr_customer_id":172219,"tr_customer_product_id":172209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chakradhar Bandopadhyay","mobile_number":"9255303930","email_id":"rahul.naik@gmail.com","dop":"2026-01-21","serial_number":"83397673721704","imei1":"83397673721704","imei2":"83397673721704","popurl":"www.ajeet-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172203,"job_number":"JOB_172203","tr_customer_id":172220,"tr_customer_product_id":172210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chandira Kakkar","mobile_number":"9969561090","email_id":"bhaswar.embranthiri@hotmail.com","dop":"2026-01-21","serial_number":"76060909283609","imei1":"76060909283609","imei2":"76060909283609","popurl":"www.anandamayi-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172204,"job_number":"JOB_172204","tr_customer_id":172221,"tr_customer_product_id":172211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Mangala Verma","mobile_number":"9870067076","email_id":"jagdish.dubashi@hotmail.com","dop":"2026-01-21","serial_number":"00697017668864","imei1":"00697017668864","imei2":"00697017668864","popurl":"www.jagathi-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172205,"job_number":"JOB_172205","tr_customer_id":172222,"tr_customer_product_id":172212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Darshan Nehru","mobile_number":"9252093477","email_id":"kanishka.tagore@gmail.com","dop":"2026-01-21","serial_number":"69589514444597","imei1":"69589514444597","imei2":"69589514444597","popurl":"www.brahmabrata-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172208,"job_number":"JOB_172208","tr_customer_id":172225,"tr_customer_product_id":172215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Leda Monahan","mobile_number":"206-513-6241","email_id":"Dean_Rempel55@yahoo.com","dop":"2025-09-09","serial_number":"19119286454424","imei1":"19119286454424","imei2":"19119286454424","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172209,"job_number":"JOB_172209","tr_customer_id":172226,"tr_customer_product_id":172216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Angelo Roberts","mobile_number":"535-989-1933","email_id":"Foster6@gmail.com","dop":"2025-09-09","serial_number":"16598250900709","imei1":"16598250900709","imei2":"16598250900709","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172211,"job_number":"JOB_172211","tr_customer_id":172228,"tr_customer_product_id":172218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Mona Considine","mobile_number":"929-816-0907","email_id":"Hettie_Schmitt75@yahoo.com","dop":"2025-09-09","serial_number":"11478434180121","imei1":"11478434180121","imei2":"11478434180121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172212,"job_number":"JOB_172212","tr_customer_id":172229,"tr_customer_product_id":172219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Raymond Wisoky","mobile_number":"410-296-7538","email_id":"Newell.Lind@yahoo.com","dop":"2025-09-09","serial_number":"14175462214158","imei1":"14175462214158","imei2":"14175462214158","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172214,"job_number":"JOB_172214","tr_customer_id":172231,"tr_customer_product_id":172221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Darren Gulgowski","mobile_number":"290-759-5910","email_id":"Prince_Botsford2@hotmail.com","dop":"2025-09-09","serial_number":"12225357032082","imei1":"12225357032082","imei2":"12225357032082","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172215,"job_number":"JOB_172215","tr_customer_id":172232,"tr_customer_product_id":172222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Cesar Pfeffer","mobile_number":"770-220-0283","email_id":"Tania_Hilll@hotmail.com","dop":"2025-09-09","serial_number":"16675578753265","imei1":"16675578753265","imei2":"16675578753265","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172217,"job_number":"JOB_172217","tr_customer_id":172234,"tr_customer_product_id":172224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:42:59.000Z","modified_at":"2026-01-30T20:42:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19544533056169","imei1":"19544533056169","imei2":"19544533056169","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172219,"job_number":"JOB_172219","tr_customer_id":172236,"tr_customer_product_id":172226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:01.000Z","modified_at":"2026-01-30T20:43:01.000Z","name":"Breanne Wolf","mobile_number":"443-570-3263","email_id":"Daphne94@yahoo.com","dop":"2025-11-11","serial_number":"1085584715011457","imei1":"1085584715011457","imei2":"1085584715011457","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172220,"job_number":"JOB_172220","tr_customer_id":172237,"tr_customer_product_id":172227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:48.000Z","modified_at":"2026-01-30T20:43:48.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19628010922136","imei1":"19628010922136","imei2":"19628010922136","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172222,"job_number":"JOB_172222","tr_customer_id":172239,"tr_customer_product_id":172229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:50.000Z","modified_at":"2026-01-30T20:43:50.000Z","name":"Cathrine Weimann","mobile_number":"524-400-7958","email_id":"Guy.Gottlieb@hotmail.com","dop":"2025-11-11","serial_number":"1035248657334028","imei1":"1035248657334028","imei2":"1035248657334028","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172223,"job_number":"JOB_172223","tr_customer_id":172240,"tr_customer_product_id":172230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:37.000Z","modified_at":"2026-01-30T20:44:37.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11161754173233","imei1":"11161754173233","imei2":"11161754173233","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172225,"job_number":"JOB_172225","tr_customer_id":172242,"tr_customer_product_id":172232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:39.000Z","modified_at":"2026-01-30T20:44:39.000Z","name":"Jamarcus Ratke","mobile_number":"288-677-9703","email_id":"Elna_Koepp@yahoo.com","dop":"2025-11-11","serial_number":"1017141540239387","imei1":"1017141540239387","imei2":"1017141540239387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172226,"job_number":"JOB_172226","tr_customer_id":172243,"tr_customer_product_id":172233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:17.000Z","modified_at":"2026-01-30T20:51:17.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17058000897923","imei1":"17058000897923","imei2":"17058000897923","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172228,"job_number":"JOB_172228","tr_customer_id":172245,"tr_customer_product_id":172235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:19.000Z","modified_at":"2026-01-30T20:51:19.000Z","name":"Shaniya Hickle","mobile_number":"835-559-7183","email_id":"Waldo42@gmail.com","dop":"2025-11-11","serial_number":"1005553285183606","imei1":"1005553285183606","imei2":"1005553285183606","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172229,"job_number":"JOB_172229","tr_customer_id":172246,"tr_customer_product_id":172236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:36.000Z","modified_at":"2026-01-30T20:51:36.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13703855569056","imei1":"13703855569056","imei2":"13703855569056","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172231,"job_number":"JOB_172231","tr_customer_id":172248,"tr_customer_product_id":172238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:37.000Z","modified_at":"2026-01-30T20:51:37.000Z","name":"Haylie Dicki","mobile_number":"541-237-1218","email_id":"Junior_Ratke@yahoo.com","dop":"2025-11-11","serial_number":"1012835298287185","imei1":"1012835298287185","imei2":"1012835298287185","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172232,"job_number":"JOB_172232","tr_customer_id":172249,"tr_customer_product_id":172239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:10.000Z","modified_at":"2026-01-30T20:52:10.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15700311301367","imei1":"15700311301367","imei2":"15700311301367","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172234,"job_number":"JOB_172234","tr_customer_id":172251,"tr_customer_product_id":172241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:11.000Z","modified_at":"2026-01-30T20:52:11.000Z","name":"Bradford Hickle","mobile_number":"610-924-8824","email_id":"Stanley_Balistreri15@gmail.com","dop":"2025-11-11","serial_number":"1001413425432497","imei1":"1001413425432497","imei2":"1001413425432497","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172235,"job_number":"JOB_172235","tr_customer_id":172252,"tr_customer_product_id":172242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:29.000Z","modified_at":"2026-01-30T20:52:29.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10060463253525","imei1":"10060463253525","imei2":"10060463253525","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172237,"job_number":"JOB_172237","tr_customer_id":172254,"tr_customer_product_id":172244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:31.000Z","modified_at":"2026-01-30T20:52:31.000Z","name":"Danyka Collier","mobile_number":"745-988-7361","email_id":"Beverly11@hotmail.com","dop":"2025-11-11","serial_number":"1021574037459725","imei1":"1021574037459725","imei2":"1021574037459725","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172238,"job_number":"JOB_172238","tr_customer_id":172255,"tr_customer_product_id":172245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:02.000Z","modified_at":"2026-01-30T20:53:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17013186726131","imei1":"17013186726131","imei2":"17013186726131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172240,"job_number":"JOB_172240","tr_customer_id":172257,"tr_customer_product_id":172247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:04.000Z","modified_at":"2026-01-30T20:53:04.000Z","name":"Mossie Daugherty","mobile_number":"649-287-0843","email_id":"Josie_Romaguera@hotmail.com","dop":"2025-11-11","serial_number":"1067730773611174","imei1":"1067730773611174","imei2":"1067730773611174","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172241,"job_number":"JOB_172241","tr_customer_id":172258,"tr_customer_product_id":172248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:23.000Z","modified_at":"2026-01-30T20:53:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17893835945458","imei1":"17893835945458","imei2":"17893835945458","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172243,"job_number":"JOB_172243","tr_customer_id":172260,"tr_customer_product_id":172250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:25.000Z","modified_at":"2026-01-30T20:53:25.000Z","name":"Earnestine Bechtelar","mobile_number":"552-372-5620","email_id":"Nels.Labadie20@yahoo.com","dop":"2025-11-11","serial_number":"1068068435317336","imei1":"1068068435317336","imei2":"1068068435317336","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172244,"job_number":"JOB_172244","tr_customer_id":172261,"tr_customer_product_id":172251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19570296297722","imei1":"19570296297722","imei2":"19570296297722","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172245,"job_number":"JOB_172245","tr_customer_id":172262,"tr_customer_product_id":172252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13704842992681","imei1":"13704842992681","imei2":"13704842992681","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172248,"job_number":"JOB_172248","tr_customer_id":172265,"tr_customer_product_id":172255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:57.000Z","modified_at":"2026-01-30T20:55:57.000Z","name":"Sarina Glover","mobile_number":"887-775-3733","email_id":"Jessy_Cremin70@yahoo.com","dop":"2025-11-11","serial_number":"1075161369597434","imei1":"1075161369597434","imei2":"1075161369597434","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172249,"job_number":"JOB_172249","tr_customer_id":172266,"tr_customer_product_id":172256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:58.000Z","modified_at":"2026-01-30T20:55:58.000Z","name":"Johann Hettinger","mobile_number":"968-391-8628","email_id":"Nicholas_Friesen@hotmail.com","dop":"2025-11-11","serial_number":"1095495010245508","imei1":"1095495010245508","imei2":"1095495010245508","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172250,"job_number":"JOB_172250","tr_customer_id":172267,"tr_customer_product_id":172257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:34.000Z","modified_at":"2026-01-30T20:56:34.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-25","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-25T20:56:33.921189665Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172251,"job_number":"JOB_172251","tr_customer_id":172268,"tr_customer_product_id":172258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:45.000Z","modified_at":"2026-01-30T20:56:45.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18375673252745","imei1":"18375673252745","imei2":"18375673252745","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172253,"job_number":"JOB_172253","tr_customer_id":172270,"tr_customer_product_id":172260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:46.000Z","modified_at":"2026-01-30T20:56:46.000Z","name":"Cletus Bogan","mobile_number":"570-248-0104","email_id":"Karen_Haag@hotmail.com","dop":"2025-11-11","serial_number":"1089205796574876","imei1":"1089205796574876","imei2":"1089205796574876","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172254,"job_number":"JOB_172254","tr_customer_id":172271,"tr_customer_product_id":172261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:47.000Z","modified_at":"2026-01-30T20:56:47.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"12239763325526","imei1":"12239763325526","imei2":"12239763325526","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172256,"job_number":"JOB_172256","tr_customer_id":172273,"tr_customer_product_id":172263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:49.000Z","modified_at":"2026-01-30T20:56:49.000Z","name":"Vern Wintheiser","mobile_number":"840-810-4383","email_id":"Rodrigo68@hotmail.com","dop":"2025-11-11","serial_number":"1056360042324112","imei1":"1056360042324112","imei2":"1056360042324112","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172257,"job_number":"JOB_172257","tr_customer_id":172274,"tr_customer_product_id":172264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Shankar Prajapat","mobile_number":"9634697380","email_id":"shivakari.gandhi@yahoo.co.in","dop":"2026-01-21","serial_number":"63777902912915","imei1":"63777902912915","imei2":"63777902912915","popurl":"www.himadri-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172258,"job_number":"JOB_172258","tr_customer_id":172275,"tr_customer_product_id":172265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Avani Guha","mobile_number":"9750306537","email_id":"keerti.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"14215736508311","imei1":"14215736508311","imei2":"14215736508311","popurl":"www.giriraj-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172259,"job_number":"JOB_172259","tr_customer_id":172276,"tr_customer_product_id":172266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Gandhi","mobile_number":"9659771843","email_id":"vasudha.rana@gmail.com","dop":"2026-01-21","serial_number":"10743531080258","imei1":"10743531080258","imei2":"10743531080258","popurl":"www.ananda-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172260,"job_number":"JOB_172260","tr_customer_id":172277,"tr_customer_product_id":172267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Verma","mobile_number":"9480272036","email_id":"aatmaja.panicker@gmail.com","dop":"2026-01-21","serial_number":"12759868474276","imei1":"12759868474276","imei2":"12759868474276","popurl":"www.sloka-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172261,"job_number":"JOB_172261","tr_customer_id":172278,"tr_customer_product_id":172268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Dhana Bharadwaj","mobile_number":"9943769865","email_id":"pramila.banerjee@hotmail.com","dop":"2026-01-21","serial_number":"84390560577860","imei1":"84390560577860","imei2":"84390560577860","popurl":"www.vaijayanthi-gowda.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172262,"job_number":"JOB_172262","tr_customer_id":172279,"tr_customer_product_id":172269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Hiranya Mahajan","mobile_number":"9957134967","email_id":"jay.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"66255576499187","imei1":"66255576499187","imei2":"66255576499187","popurl":"www.parvati-gill.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172263,"job_number":"JOB_172263","tr_customer_id":172280,"tr_customer_product_id":172270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lai Trivedi","mobile_number":"9469923332","email_id":"deeptendu.khan@gmail.com","dop":"2026-01-21","serial_number":"69944918875070","imei1":"69944918875070","imei2":"69944918875070","popurl":"www.subhashini-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172264,"job_number":"JOB_172264","tr_customer_id":172281,"tr_customer_product_id":172271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Adityanandan Namboothiri","mobile_number":"9747818922","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"06260748752962","imei1":"06260748752962","imei2":"06260748752962","popurl":"www.ghanashyam-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172265,"job_number":"JOB_172265","tr_customer_id":172282,"tr_customer_product_id":172272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lila Desai","mobile_number":"9901506573","email_id":"gangesh.kaur@yahoo.co.in","dop":"2026-01-21","serial_number":"08649359121173","imei1":"08649359121173","imei2":"08649359121173","popurl":"www.geetanjali-jain.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172266,"job_number":"JOB_172266","tr_customer_id":172283,"tr_customer_product_id":172273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Pranay Kakkar","mobile_number":"9012764455","email_id":"param.butt@gmail.com","dop":"2026-01-21","serial_number":"49074397904736","imei1":"49074397904736","imei2":"49074397904736","popurl":"www.krishnadasa-somayaji.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172267,"job_number":"JOB_172267","tr_customer_id":172284,"tr_customer_product_id":172274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Nambeesan","mobile_number":"9590831793","email_id":"deeptimayee.gupta@gmail.com","dop":"2026-01-21","serial_number":"34637831655089","imei1":"34637831655089","imei2":"34637831655089","popurl":"www.anusuya-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172268,"job_number":"JOB_172268","tr_customer_id":172285,"tr_customer_product_id":172275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Vaijayanthi Tandon","mobile_number":"9852523319","email_id":"swarnalata.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"72756267590305","imei1":"72756267590305","imei2":"72756267590305","popurl":"www.minakshi-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172269,"job_number":"JOB_172269","tr_customer_id":172286,"tr_customer_product_id":172276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Hiranya Agarwal","mobile_number":"9482363798","email_id":"bhupen.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"69783826652317","imei1":"69783826652317","imei2":"69783826652317","popurl":"www.chaaruchandra-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172270,"job_number":"JOB_172270","tr_customer_id":172287,"tr_customer_product_id":172277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Som Trivedi","mobile_number":"9807152443","email_id":"manisha.joshi@gmail.com","dop":"2026-01-21","serial_number":"11477959077754","imei1":"11477959077754","imei2":"11477959077754","popurl":"www.chandni-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172271,"job_number":"JOB_172271","tr_customer_id":172288,"tr_customer_product_id":172278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Ananda Butt","mobile_number":"9814891285","email_id":"geetanjali.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"28782650726651","imei1":"28782650726651","imei2":"28782650726651","popurl":"www.dev-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172272,"job_number":"JOB_172272","tr_customer_id":172289,"tr_customer_product_id":172279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Abbott","mobile_number":"9399519146","email_id":"aaditya.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"32484022805291","imei1":"32484022805291","imei2":"32484022805291","popurl":"www.hiranya-saini.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172273,"job_number":"JOB_172273","tr_customer_id":172290,"tr_customer_product_id":172280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Diptendu Reddy","mobile_number":"9784007077","email_id":"dhyaneshwar.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"31370456158623","imei1":"31370456158623","imei2":"31370456158623","popurl":"www.gandharv-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172274,"job_number":"JOB_172274","tr_customer_id":172291,"tr_customer_product_id":172281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Mangalya Panicker","mobile_number":"9338947053","email_id":"deeptimayee.shukla@gmail.com","dop":"2026-01-21","serial_number":"20923833154809","imei1":"20923833154809","imei2":"20923833154809","popurl":"www.abhisyanta-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172275,"job_number":"JOB_172275","tr_customer_id":172292,"tr_customer_product_id":172282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Draupadi Kakkar","mobile_number":"9421433464","email_id":"mandaakin.abbott@gmail.com","dop":"2026-01-21","serial_number":"41950063431761","imei1":"41950063431761","imei2":"41950063431761","popurl":"www.charuvrat-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172276,"job_number":"JOB_172276","tr_customer_id":172293,"tr_customer_product_id":172283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Avantika Johar","mobile_number":"9358115063","email_id":"anusuya.gowda@gmail.com","dop":"2026-01-21","serial_number":"94098252958613","imei1":"94098252958613","imei2":"94098252958613","popurl":"www.vimala-chattopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172277,"job_number":"JOB_172277","tr_customer_id":172294,"tr_customer_product_id":172284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kannen Nambeesan","mobile_number":"9366893455","email_id":"bhaanumati.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"77805082044177","imei1":"77805082044177","imei2":"77805082044177","popurl":"www.dhanapati-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172278,"job_number":"JOB_172278","tr_customer_id":172295,"tr_customer_product_id":172285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kirti Marar","mobile_number":"9719192471","email_id":"nikita.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"05454724102886","imei1":"05454724102886","imei2":"05454724102886","popurl":"www.subodh-marar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172279,"job_number":"JOB_172279","tr_customer_id":172296,"tr_customer_product_id":172286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Balagovind Varma","mobile_number":"9240559918","email_id":"omana.pothuvaal@gmail.com","dop":"2026-01-21","serial_number":"25290532001883","imei1":"25290532001883","imei2":"25290532001883","popurl":"www.gatik-kaul.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172280,"job_number":"JOB_172280","tr_customer_id":172297,"tr_customer_product_id":172287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Shubha Varman","mobile_number":"9171770612","email_id":"prema.ganaka@gmail.com","dop":"2026-01-21","serial_number":"82736425637724","imei1":"82736425637724","imei2":"82736425637724","popurl":"www.swapnil-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172281,"job_number":"JOB_172281","tr_customer_id":172298,"tr_customer_product_id":172288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Anusuya Shah","mobile_number":"9531108965","email_id":"krishnadasa.pilla@yahoo.co.in","dop":"2026-01-21","serial_number":"88644357229456","imei1":"88644357229456","imei2":"88644357229456","popurl":"www.chiranjeev-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172282,"job_number":"JOB_172282","tr_customer_id":172299,"tr_customer_product_id":172289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kalpana Namboothiri","mobile_number":"9343006747","email_id":"hiranmay.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"14642406334645","imei1":"14642406334645","imei2":"14642406334645","popurl":"www.vaijayanthi-nambeesan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172283,"job_number":"JOB_172283","tr_customer_id":172300,"tr_customer_product_id":172290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Girik Mishra","mobile_number":"9877618078","email_id":"sanka.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"09666796381791","imei1":"09666796381791","imei2":"09666796381791","popurl":"www.hiranya-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172284,"job_number":"JOB_172284","tr_customer_id":172301,"tr_customer_product_id":172291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Jitendra Nayar","mobile_number":"9658164388","email_id":"goswamee.kaur@hotmail.com","dop":"2026-01-21","serial_number":"06672821934951","imei1":"06672821934951","imei2":"06672821934951","popurl":"www.gautam-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172285,"job_number":"JOB_172285","tr_customer_id":172302,"tr_customer_product_id":172292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Bilva Varma","mobile_number":"9376051242","email_id":"narendra.joshi@gmail.com","dop":"2026-01-21","serial_number":"16169966796903","imei1":"16169966796903","imei2":"16169966796903","popurl":"www.dharani-rana.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172286,"job_number":"JOB_172286","tr_customer_id":172303,"tr_customer_product_id":172293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Agnivesh Bhattacharya","mobile_number":"9446861095","email_id":"aditeya.dhawan@yahoo.co.in","dop":"2026-01-21","serial_number":"91301277861296","imei1":"91301277861296","imei2":"91301277861296","popurl":"www.baidehi-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172287,"job_number":"JOB_172287","tr_customer_id":172304,"tr_customer_product_id":172294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Divaakar Shah","mobile_number":"9039788827","email_id":"deeptendu.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"94887109830540","imei1":"94887109830540","imei2":"94887109830540","popurl":"www.aasa-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172288,"job_number":"JOB_172288","tr_customer_id":172305,"tr_customer_product_id":172295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Vimal Mahajan","mobile_number":"9047392719","email_id":"nikita.kaniyar@gmail.com","dop":"2026-01-21","serial_number":"92066034738532","imei1":"92066034738532","imei2":"92066034738532","popurl":"www.sanya-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172289,"job_number":"JOB_172289","tr_customer_id":172306,"tr_customer_product_id":172296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Baidehi Gowda","mobile_number":"9095873070","email_id":"agnimitra.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"85670663889508","imei1":"85670663889508","imei2":"85670663889508","popurl":"www.siddhi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172290,"job_number":"JOB_172290","tr_customer_id":172307,"tr_customer_product_id":172297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Shantanu Nayar","mobile_number":"9777093267","email_id":"deeptimoy.dubashi@yahoo.co.in","dop":"2026-01-21","serial_number":"06350588587682","imei1":"06350588587682","imei2":"06350588587682","popurl":"www.bhagavaan-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172291,"job_number":"JOB_172291","tr_customer_id":172308,"tr_customer_product_id":172298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Laxman Patil","mobile_number":"9092447584","email_id":"deevakar.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"64517218077228","imei1":"64517218077228","imei2":"64517218077228","popurl":"www.charvi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172292,"job_number":"JOB_172292","tr_customer_id":172309,"tr_customer_product_id":172299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Adwitiya Ganaka","mobile_number":"9969851001","email_id":"jyotsana.somayaji@hotmail.com","dop":"2026-01-21","serial_number":"31482066583510","imei1":"31482066583510","imei2":"31482066583510","popurl":"www.upendra-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172293,"job_number":"JOB_172293","tr_customer_id":172310,"tr_customer_product_id":172300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Amish Gandhi","mobile_number":"9092263874","email_id":"drona.khanna@hotmail.com","dop":"2026-01-21","serial_number":"69750126956132","imei1":"69750126956132","imei2":"69750126956132","popurl":"www.vaidehi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172294,"job_number":"JOB_172294","tr_customer_id":172311,"tr_customer_product_id":172301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Shankar Kaul","mobile_number":"9949869801","email_id":"krishnadasa.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"16732174160845","imei1":"16732174160845","imei2":"16732174160845","popurl":"www.agnimitra-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172295,"job_number":"JOB_172295","tr_customer_id":172312,"tr_customer_product_id":172302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Heema Mukhopadhyay","mobile_number":"9497047067","email_id":"hamsini.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"23564478484673","imei1":"23564478484673","imei2":"23564478484673","popurl":"www.vimal-khanna.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172296,"job_number":"JOB_172296","tr_customer_id":172313,"tr_customer_product_id":172303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Hari Sharma","mobile_number":"9348461934","email_id":"chandraprabha.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"60344085157137","imei1":"60344085157137","imei2":"60344085157137","popurl":"www.asha-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172297,"job_number":"JOB_172297","tr_customer_id":172314,"tr_customer_product_id":172304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Dev Mehrotra","mobile_number":"9910266842","email_id":"madhuri.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"31989284627354","imei1":"31989284627354","imei2":"31989284627354","popurl":"www.naval-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172298,"job_number":"JOB_172298","tr_customer_id":172315,"tr_customer_product_id":172305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Rajan Mehrotra","mobile_number":"9027627427","email_id":"jagdish.khan@yahoo.co.in","dop":"2026-01-21","serial_number":"87102758817384","imei1":"87102758817384","imei2":"87102758817384","popurl":"www.jaya-malik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172299,"job_number":"JOB_172299","tr_customer_id":172316,"tr_customer_product_id":172306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Paramartha Pandey","mobile_number":"9326081644","email_id":"krishnadas.reddy@yahoo.co.in","dop":"2026-01-21","serial_number":"20867976497633","imei1":"20867976497633","imei2":"20867976497633","popurl":"www.naval-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172300,"job_number":"JOB_172300","tr_customer_id":172317,"tr_customer_product_id":172307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Divakar Mukhopadhyay","mobile_number":"9754306038","email_id":"aanandaswarup.jain@gmail.com","dop":"2026-01-21","serial_number":"36851516730385","imei1":"36851516730385","imei2":"36851516730385","popurl":"www.anasuya-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172301,"job_number":"JOB_172301","tr_customer_id":172318,"tr_customer_product_id":172308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Gajaadhar Agarwal","mobile_number":"9636926400","email_id":"ritesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"34360597193046","imei1":"34360597193046","imei2":"34360597193046","popurl":"www.shantanu-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172302,"job_number":"JOB_172302","tr_customer_id":172319,"tr_customer_product_id":172309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Chitrali Rana","mobile_number":"9994644284","email_id":"gopi.sharma@hotmail.com","dop":"2026-01-21","serial_number":"68984632956765","imei1":"68984632956765","imei2":"68984632956765","popurl":"www.gouranga-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172303,"job_number":"JOB_172303","tr_customer_id":172320,"tr_customer_product_id":172310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Bilva Gandhi","mobile_number":"9116893002","email_id":"lakshmidhar.prajapat@yahoo.co.in","dop":"2026-01-21","serial_number":"63436966451528","imei1":"63436966451528","imei2":"63436966451528","popurl":"www.veda-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172304,"job_number":"JOB_172304","tr_customer_id":172321,"tr_customer_product_id":172311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Ekdant Malik","mobile_number":"9433226022","email_id":"mandakini.kocchar@yahoo.co.in","dop":"2026-01-21","serial_number":"28090344543156","imei1":"28090344543156","imei2":"28090344543156","popurl":"www.jaimini-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172305,"job_number":"JOB_172305","tr_customer_id":172322,"tr_customer_product_id":172312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Akshayakeerti Bharadwaj","mobile_number":"9239829892","email_id":"atmananda.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"06420293804442","imei1":"06420293804442","imei2":"06420293804442","popurl":"www.meghnath-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172306,"job_number":"JOB_172306","tr_customer_id":172323,"tr_customer_product_id":172313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Vidur Jha","mobile_number":"9093862593","email_id":"mani.chattopadhyay@yahoo.co.in","dop":"2026-01-21","serial_number":"59804329390314","imei1":"59804329390314","imei2":"59804329390314","popurl":"www.avadhesh-gill.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172307,"job_number":"JOB_172307","tr_customer_id":172324,"tr_customer_product_id":172314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Tara Sethi","mobile_number":"9692043315","email_id":"ganapati.menon@gmail.com","dop":"2026-01-21","serial_number":"63015364750442","imei1":"63015364750442","imei2":"63015364750442","popurl":"www.ajit-saini.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172308,"job_number":"JOB_172308","tr_customer_id":172325,"tr_customer_product_id":172315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Swapnil Naik","mobile_number":"9684855222","email_id":"chiranjeeve.banerjee@yahoo.co.in","dop":"2026-01-21","serial_number":"69969040737950","imei1":"69969040737950","imei2":"69969040737950","popurl":"www.raj-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172309,"job_number":"JOB_172309","tr_customer_id":172326,"tr_customer_product_id":172316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Chandrakin Ahuja","mobile_number":"9287498736","email_id":"bhooshan.ahuja@gmail.com","dop":"2026-01-21","serial_number":"87052876650230","imei1":"87052876650230","imei2":"87052876650230","popurl":"www.sharmila-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172310,"job_number":"JOB_172310","tr_customer_id":172327,"tr_customer_product_id":172317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Rajiv Iyengar","mobile_number":"9659253536","email_id":"bhaves.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"22423034135189","imei1":"22423034135189","imei2":"22423034135189","popurl":"www.subodh-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172311,"job_number":"JOB_172311","tr_customer_id":172328,"tr_customer_product_id":172318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Adikavi Iyengar","mobile_number":"9813160024","email_id":"charumati.pilla@gmail.com","dop":"2026-01-21","serial_number":"44980838400503","imei1":"44980838400503","imei2":"44980838400503","popurl":"www.indra-johar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172312,"job_number":"JOB_172312","tr_customer_id":172329,"tr_customer_product_id":172319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Shwet Bhattacharya","mobile_number":"9844337172","email_id":"bhagavaan.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"24193999219691","imei1":"24193999219691","imei2":"24193999219691","popurl":"www.arnesh-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172313,"job_number":"JOB_172313","tr_customer_id":172330,"tr_customer_product_id":172320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Anjushri Dhawan","mobile_number":"9290064014","email_id":"dhara.gupta@hotmail.com","dop":"2026-01-21","serial_number":"68196127207549","imei1":"68196127207549","imei2":"68196127207549","popurl":"www.satyen-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172314,"job_number":"JOB_172314","tr_customer_id":172331,"tr_customer_product_id":172321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Ujjwal Dwivedi","mobile_number":"9892155090","email_id":"rajinder.dutta@hotmail.com","dop":"2026-01-21","serial_number":"34077708064860","imei1":"34077708064860","imei2":"34077708064860","popurl":"www.bhadrak-sinha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172315,"job_number":"JOB_172315","tr_customer_id":172332,"tr_customer_product_id":172322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Triloki Nath Tandon","mobile_number":"9277560351","email_id":"dipesh.kapoor@gmail.com","dop":"2026-01-21","serial_number":"54736521828467","imei1":"54736521828467","imei2":"54736521828467","popurl":"www.esha-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172316,"job_number":"JOB_172316","tr_customer_id":172333,"tr_customer_product_id":172323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Sanya Bhat","mobile_number":"9962811166","email_id":"vidur.kaul@gmail.com","dop":"2026-01-21","serial_number":"13315420033908","imei1":"13315420033908","imei2":"13315420033908","popurl":"www.dandak-iyengar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172317,"job_number":"JOB_172317","tr_customer_id":172334,"tr_customer_product_id":172324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Baidehi Johar","mobile_number":"9204411670","email_id":"aagneya.sharma@gmail.com","dop":"2026-01-21","serial_number":"70268270269778","imei1":"70268270269778","imei2":"70268270269778","popurl":"www.kamala-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172318,"job_number":"JOB_172318","tr_customer_id":172335,"tr_customer_product_id":172325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Bhushit Pillai","mobile_number":"9693487546","email_id":"rageswari.jha@yahoo.co.in","dop":"2026-01-21","serial_number":"96809595933506","imei1":"96809595933506","imei2":"96809595933506","popurl":"www.dinakar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172319,"job_number":"JOB_172319","tr_customer_id":172336,"tr_customer_product_id":172326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Charuchandra Khatri","mobile_number":"9418925182","email_id":"anilabh.marar@gmail.com","dop":"2026-01-21","serial_number":"52940941824986","imei1":"52940941824986","imei2":"52940941824986","popurl":"www.aadinath-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172320,"job_number":"JOB_172320","tr_customer_id":172337,"tr_customer_product_id":172327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Samir Asan","mobile_number":"9098997855","email_id":"divaakar.khatri@gmail.com","dop":"2026-01-21","serial_number":"50198437453302","imei1":"50198437453302","imei2":"50198437453302","popurl":"www.aadinath-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172321,"job_number":"JOB_172321","tr_customer_id":172338,"tr_customer_product_id":172328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Buddhana Kakkar","mobile_number":"9924787767","email_id":"chakradhar.ahuja@yahoo.co.in","dop":"2026-01-21","serial_number":"53203238476467","imei1":"53203238476467","imei2":"53203238476467","popurl":"www.adhrit-gill.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172322,"job_number":"JOB_172322","tr_customer_id":172339,"tr_customer_product_id":172329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Parvati Sinha","mobile_number":"9455653171","email_id":"siddhi.ahuja@hotmail.com","dop":"2026-01-21","serial_number":"11750472229417","imei1":"11750472229417","imei2":"11750472229417","popurl":"www.raj-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172323,"job_number":"JOB_172323","tr_customer_id":172340,"tr_customer_product_id":172330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Udai Arora","mobile_number":"9885349125","email_id":"vishnu.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"90601332371868","imei1":"90601332371868","imei2":"90601332371868","popurl":"www.ashok-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172324,"job_number":"JOB_172324","tr_customer_id":172341,"tr_customer_product_id":172331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Ekaparnika Chopra","mobile_number":"9229772047","email_id":"vidya.gill@gmail.com","dop":"2026-01-21","serial_number":"70927859306827","imei1":"70927859306827","imei2":"70927859306827","popurl":"www.ambar-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172325,"job_number":"JOB_172325","tr_customer_id":172342,"tr_customer_product_id":172332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Rati Varrier","mobile_number":"9915971224","email_id":"dhanesh.mishra@hotmail.com","dop":"2026-01-21","serial_number":"05190452280434","imei1":"05190452280434","imei2":"05190452280434","popurl":"www.giriraj-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172326,"job_number":"JOB_172326","tr_customer_id":172343,"tr_customer_product_id":172333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Anand Swarup Reddy","mobile_number":"9566888606","email_id":"anal.iyengar@yahoo.co.in","dop":"2026-01-21","serial_number":"22712986323989","imei1":"22712986323989","imei2":"22712986323989","popurl":"www.sarada-patil.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172327,"job_number":"JOB_172327","tr_customer_id":172344,"tr_customer_product_id":172334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Bakula Guha","mobile_number":"9989305100","email_id":"giri.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"95933664535273","imei1":"95933664535273","imei2":"95933664535273","popurl":"www.jagdish-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172328,"job_number":"JOB_172328","tr_customer_id":172345,"tr_customer_product_id":172335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Vasudha Guneta","mobile_number":"9243928659","email_id":"umang.asan@hotmail.com","dop":"2026-01-21","serial_number":"59466619688969","imei1":"59466619688969","imei2":"59466619688969","popurl":"www.meghnath-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172329,"job_number":"JOB_172329","tr_customer_id":172346,"tr_customer_product_id":172336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Gouranga Banerjee","mobile_number":"9098378659","email_id":"vidya.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"93111543586583","imei1":"93111543586583","imei2":"93111543586583","popurl":"www.pushti-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172330,"job_number":"JOB_172330","tr_customer_id":172347,"tr_customer_product_id":172337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dwaipayan Mahajan","mobile_number":"9040752818","email_id":"jaya.singh@gmail.com","dop":"2026-01-21","serial_number":"81563818315174","imei1":"81563818315174","imei2":"81563818315174","popurl":"www.padma-kaul.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172331,"job_number":"JOB_172331","tr_customer_id":172348,"tr_customer_product_id":172338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Ranjeet Gandhi","mobile_number":"9759829206","email_id":"dayaanidhi.nayar@hotmail.com","dop":"2026-01-21","serial_number":"01214258698909","imei1":"01214258698909","imei2":"01214258698909","popurl":"www.niro-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172332,"job_number":"JOB_172332","tr_customer_id":172349,"tr_customer_product_id":172339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Devasree Gowda","mobile_number":"9259449279","email_id":"bilva.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"44151216241426","imei1":"44151216241426","imei2":"44151216241426","popurl":"www.dhanesh-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172333,"job_number":"JOB_172333","tr_customer_id":172350,"tr_customer_product_id":172340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Vasundhara Jha","mobile_number":"9850296405","email_id":"heema.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"86203086771281","imei1":"86203086771281","imei2":"86203086771281","popurl":"www.dinakar-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172334,"job_number":"JOB_172334","tr_customer_id":172351,"tr_customer_product_id":172341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chetan Desai","mobile_number":"9941949498","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"01119686797844","imei1":"01119686797844","imei2":"01119686797844","popurl":"www.kalyani-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172335,"job_number":"JOB_172335","tr_customer_id":172352,"tr_customer_product_id":172342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Diksha Gill","mobile_number":"9406665990","email_id":"amodini.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"15325825714362","imei1":"15325825714362","imei2":"15325825714362","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172336,"job_number":"JOB_172336","tr_customer_id":172353,"tr_customer_product_id":172343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Mohana Menon","mobile_number":"9365545624","email_id":"deeksha.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"63073982518177","imei1":"63073982518177","imei2":"63073982518177","popurl":"www.pran-bharadwaj.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172337,"job_number":"JOB_172337","tr_customer_id":172354,"tr_customer_product_id":172344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Adheesh Bhattacharya","mobile_number":"9914166878","email_id":"anurag.tandon@gmail.com","dop":"2026-01-21","serial_number":"00021698261669","imei1":"00021698261669","imei2":"00021698261669","popurl":"www.chaten-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172338,"job_number":"JOB_172338","tr_customer_id":172355,"tr_customer_product_id":172345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Aanand Naik","mobile_number":"9576654977","email_id":"vaidehi.gupta@gmail.com","dop":"2026-01-21","serial_number":"14853447798956","imei1":"14853447798956","imei2":"14853447798956","popurl":"www.ekaling-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172339,"job_number":"JOB_172339","tr_customer_id":172356,"tr_customer_product_id":172346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chandrabhan Guneta","mobile_number":"9261224539","email_id":"vimal.adiga@gmail.com","dop":"2026-01-21","serial_number":"14486306913856","imei1":"14486306913856","imei2":"14486306913856","popurl":"www.basanti-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172340,"job_number":"JOB_172340","tr_customer_id":172357,"tr_customer_product_id":172347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Naveen Chattopadhyay","mobile_number":"9976221374","email_id":"gurdev.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"41380151590284","imei1":"41380151590284","imei2":"41380151590284","popurl":"www.ekaksh-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172341,"job_number":"JOB_172341","tr_customer_id":172358,"tr_customer_product_id":172348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dhana Gill","mobile_number":"9302923521","email_id":"esha.shah@hotmail.com","dop":"2026-01-21","serial_number":"75467184634819","imei1":"75467184634819","imei2":"75467184634819","popurl":"www.som-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172342,"job_number":"JOB_172342","tr_customer_id":172359,"tr_customer_product_id":172349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dharmaketu Gupta","mobile_number":"9468435330","email_id":"pran.jain@hotmail.com","dop":"2026-01-21","serial_number":"19266231402926","imei1":"19266231402926","imei2":"19266231402926","popurl":"www.garuda-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172343,"job_number":"JOB_172343","tr_customer_id":172360,"tr_customer_product_id":172350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dulari Marar","mobile_number":"9892601202","email_id":"hamsini.joshi@hotmail.com","dop":"2026-01-21","serial_number":"12423513344996","imei1":"12423513344996","imei2":"12423513344996","popurl":"www.arya-adiga.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172344,"job_number":"JOB_172344","tr_customer_id":172361,"tr_customer_product_id":172351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Indira Nayar","mobile_number":"9143584151","email_id":"chiranjeev.khan@gmail.com","dop":"2026-01-21","serial_number":"90618186775798","imei1":"90618186775798","imei2":"90618186775798","popurl":"www.kartik-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172345,"job_number":"JOB_172345","tr_customer_id":172362,"tr_customer_product_id":172352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Lavanya Guha","mobile_number":"9827416594","email_id":"avadhesh.kaul@gmail.com","dop":"2026-01-21","serial_number":"50999960338724","imei1":"50999960338724","imei2":"50999960338724","popurl":"www.rukmin-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172346,"job_number":"JOB_172346","tr_customer_id":172363,"tr_customer_product_id":172353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Aatmaja Bhattacharya","mobile_number":"9960261850","email_id":"jaya.dhawan@gmail.com","dop":"2026-01-21","serial_number":"75701637383305","imei1":"75701637383305","imei2":"75701637383305","popurl":"www.rohana-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172347,"job_number":"JOB_172347","tr_customer_id":172364,"tr_customer_product_id":172354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ekalavya Somayaji","mobile_number":"9452247221","email_id":"drona.bhattacharya@hotmail.com","dop":"2026-01-21","serial_number":"44939346445293","imei1":"44939346445293","imei2":"44939346445293","popurl":"www.anwesha-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172348,"job_number":"JOB_172348","tr_customer_id":172365,"tr_customer_product_id":172355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Priyala Verma","mobile_number":"9440324860","email_id":"goutam.iyengar@gmail.com","dop":"2026-01-21","serial_number":"85617088491913","imei1":"85617088491913","imei2":"85617088491913","popurl":"www.narayan-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172349,"job_number":"JOB_172349","tr_customer_id":172366,"tr_customer_product_id":172356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Subhasini Somayaji","mobile_number":"9566657147","email_id":"adinath.ganaka@gmail.com","dop":"2026-01-21","serial_number":"05702023389968","imei1":"05702023389968","imei2":"05702023389968","popurl":"www.deeptimayee-rana.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172350,"job_number":"JOB_172350","tr_customer_id":172367,"tr_customer_product_id":172357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Digambar Bandopadhyay","mobile_number":"9478675642","email_id":"rageshwari.tandon@hotmail.com","dop":"2026-01-21","serial_number":"93400337790034","imei1":"93400337790034","imei2":"93400337790034","popurl":"www.aryan-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172351,"job_number":"JOB_172351","tr_customer_id":172368,"tr_customer_product_id":172358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Naval Khanna","mobile_number":"9940964581","email_id":"ghanaanand.jain@hotmail.com","dop":"2026-01-21","serial_number":"33703397426424","imei1":"33703397426424","imei2":"33703397426424","popurl":"www.ranjeet-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172352,"job_number":"JOB_172352","tr_customer_id":172369,"tr_customer_product_id":172359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Prasanna Bandopadhyay","mobile_number":"9812512615","email_id":"priya.sinha@yahoo.co.in","dop":"2026-01-21","serial_number":"09775783659433","imei1":"09775783659433","imei2":"09775783659433","popurl":"www.bandhu-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172353,"job_number":"JOB_172353","tr_customer_id":172370,"tr_customer_product_id":172360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Dhaanyalakshmi Bhattathiri","mobile_number":"9464140730","email_id":"dakshayani.khanna@yahoo.co.in","dop":"2026-01-21","serial_number":"38822684734069","imei1":"38822684734069","imei2":"38822684734069","popurl":"www.gopaal-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172354,"job_number":"JOB_172354","tr_customer_id":172371,"tr_customer_product_id":172361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Atreyi Kaur","mobile_number":"9863621033","email_id":"akshita.chaturvedi@yahoo.co.in","dop":"2026-01-21","serial_number":"60915833023554","imei1":"60915833023554","imei2":"60915833023554","popurl":"www.lai-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172355,"job_number":"JOB_172355","tr_customer_id":172372,"tr_customer_product_id":172362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ashlesh Prajapat","mobile_number":"9884470452","email_id":"gudakesa.tandon@yahoo.co.in","dop":"2026-01-21","serial_number":"81758537984798","imei1":"81758537984798","imei2":"81758537984798","popurl":"www.chandraayan-bhattathiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172356,"job_number":"JOB_172356","tr_customer_id":172373,"tr_customer_product_id":172363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Gauranga Gandhi","mobile_number":"9577939304","email_id":"ganak.johar@gmail.com","dop":"2026-01-21","serial_number":"17069568065723","imei1":"17069568065723","imei2":"17069568065723","popurl":"www.dharitri-abbott.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172357,"job_number":"JOB_172357","tr_customer_id":172374,"tr_customer_product_id":172364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:34.000Z","modified_at":"2026-01-30T20:57:34.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10725547413845","imei1":"10725547413845","imei2":"10725547413845","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172359,"job_number":"JOB_172359","tr_customer_id":172376,"tr_customer_product_id":172366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:35.000Z","modified_at":"2026-01-30T20:57:35.000Z","name":"Cortney Lueilwitz","mobile_number":"981-924-9683","email_id":"Valentina.Grimes68@gmail.com","dop":"2025-11-11","serial_number":"1029057094589298","imei1":"1029057094589298","imei2":"1029057094589298","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172360,"job_number":"JOB_172360","tr_customer_id":172377,"tr_customer_product_id":172367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:39.000Z","modified_at":"2026-01-30T20:57:39.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14609144636879","imei1":"14609144636879","imei2":"14609144636879","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172362,"job_number":"JOB_172362","tr_customer_id":172379,"tr_customer_product_id":172369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:41.000Z","modified_at":"2026-01-30T20:57:41.000Z","name":"Jacynthe Ortiz","mobile_number":"676-629-6647","email_id":"Jerrold.Kuphal@yahoo.com","dop":"2025-11-11","serial_number":"1034772810641743","imei1":"1034772810641743","imei2":"1034772810641743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172363,"job_number":"JOB_172363","tr_customer_id":172380,"tr_customer_product_id":172370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"16718741018070","imei1":"16718741018070","imei2":"16718741018070","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172364,"job_number":"JOB_172364","tr_customer_id":172381,"tr_customer_product_id":172371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15723408050332","imei1":"15723408050332","imei2":"15723408050332","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172367,"job_number":"JOB_172367","tr_customer_id":172384,"tr_customer_product_id":172374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Lora Corkery","mobile_number":"782-535-3003","email_id":"Avis.Bailey@yahoo.com","dop":"2025-11-11","serial_number":"1094561219867106","imei1":"1094561219867106","imei2":"1094561219867106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172368,"job_number":"JOB_172368","tr_customer_id":172385,"tr_customer_product_id":172375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Dejuan Ryan","mobile_number":"215-736-0719","email_id":"Matilda_Schinner@hotmail.com","dop":"2025-11-11","serial_number":"1062712579115908","imei1":"1062712579115908","imei2":"1062712579115908","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172369,"job_number":"JOB_172369","tr_customer_id":172386,"tr_customer_product_id":172376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:04.000Z","modified_at":"2026-01-30T21:01:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10858505714803","imei1":"10858505714803","imei2":"10858505714803","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172371,"job_number":"JOB_172371","tr_customer_id":172388,"tr_customer_product_id":172378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18801734640239","imei1":"18801734640239","imei2":"18801734640239","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172373,"job_number":"JOB_172373","tr_customer_id":172390,"tr_customer_product_id":172380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Nathanael Feest","mobile_number":"581-702-0718","email_id":"Newell.Ruecker85@gmail.com","dop":"2025-11-11","serial_number":"1019670035798362","imei1":"1019670035798362","imei2":"1019670035798362","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172374,"job_number":"JOB_172374","tr_customer_id":172391,"tr_customer_product_id":172381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:06.000Z","modified_at":"2026-01-30T21:01:06.000Z","name":"Jonatan Kovacek","mobile_number":"597-552-8367","email_id":"Shyann92@hotmail.com","dop":"2025-11-11","serial_number":"1083876705435363","imei1":"1083876705435363","imei2":"1083876705435363","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172375,"job_number":"JOB_172375","tr_customer_id":172392,"tr_customer_product_id":172382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:55.000Z","modified_at":"2026-01-30T21:01:55.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19382798276305","imei1":"19382798276305","imei2":"19382798276305","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172377,"job_number":"JOB_172377","tr_customer_id":172394,"tr_customer_product_id":172384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Jeff Daniel","mobile_number":"731-971-2313","email_id":"Citlalli_Green79@hotmail.com","dop":"2025-11-11","serial_number":"1003554905005741","imei1":"1003554905005741","imei2":"1003554905005741","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172378,"job_number":"JOB_172378","tr_customer_id":172395,"tr_customer_product_id":172385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"13390594505839","imei1":"13390594505839","imei2":"13390594505839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172380,"job_number":"JOB_172380","tr_customer_id":172397,"tr_customer_product_id":172387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:59.000Z","modified_at":"2026-01-30T21:01:59.000Z","name":"Barbara Haley","mobile_number":"701-955-7921","email_id":"Demario_Prosacco13@gmail.com","dop":"2025-11-11","serial_number":"1003013042108695","imei1":"1003013042108695","imei2":"1003013042108695","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172381,"job_number":"JOB_172381","tr_customer_id":172398,"tr_customer_product_id":172388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Braxton Hahn","mobile_number":"484-947-3413","email_id":"Jovany.Dickens@yahoo.com","dop":"2025-09-09","serial_number":"17464099579268","imei1":"17464099579268","imei2":"17464099579268","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172382,"job_number":"JOB_172382","tr_customer_id":172399,"tr_customer_product_id":172389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Jayson Waelchi","mobile_number":"676-643-1459","email_id":"Waino.Harber@hotmail.com","dop":"2025-09-09","serial_number":"10724349283095","imei1":"10724349283095","imei2":"10724349283095","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172384,"job_number":"JOB_172384","tr_customer_id":172401,"tr_customer_product_id":172391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Hallie Terry","mobile_number":"593-800-4748","email_id":"Gertrude.Wiegand@yahoo.com","dop":"2025-09-09","serial_number":"18907634480644","imei1":"18907634480644","imei2":"18907634480644","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172385,"job_number":"JOB_172385","tr_customer_id":172402,"tr_customer_product_id":172392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Kristian Brekke","mobile_number":"268-575-9871","email_id":"Angel_Ryan47@hotmail.com","dop":"2025-09-09","serial_number":"16191791754825","imei1":"16191791754825","imei2":"16191791754825","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172387,"job_number":"JOB_172387","tr_customer_id":172404,"tr_customer_product_id":172394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Nakia Gutmann","mobile_number":"327-387-8643","email_id":"Patrick61@hotmail.com","dop":"2025-09-09","serial_number":"14648421748070","imei1":"14648421748070","imei2":"14648421748070","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172388,"job_number":"JOB_172388","tr_customer_id":172405,"tr_customer_product_id":172395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Stevie Schuppe","mobile_number":"611-810-9124","email_id":"Rosina_Sipes46@gmail.com","dop":"2025-09-09","serial_number":"15884008028155","imei1":"15884008028155","imei2":"15884008028155","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172390,"job_number":"JOB_172390","tr_customer_id":172407,"tr_customer_product_id":172397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12380336231274","imei1":"12380336231274","imei2":"12380336231274","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172391,"job_number":"JOB_172391","tr_customer_id":172408,"tr_customer_product_id":172398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17623488511652","imei1":"17623488511652","imei2":"17623488511652","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172394,"job_number":"JOB_172394","tr_customer_id":172411,"tr_customer_product_id":172401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:12.000Z","modified_at":"2026-01-30T21:13:12.000Z","name":"Kiera Kilback","mobile_number":"408-323-1270","email_id":"Dino_Ziemann91@hotmail.com","dop":"2025-11-11","serial_number":"1019205191172153","imei1":"1019205191172153","imei2":"1019205191172153","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172395,"job_number":"JOB_172395","tr_customer_id":172412,"tr_customer_product_id":172402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:13.000Z","modified_at":"2026-01-30T21:13:13.000Z","name":"Maiya Gleason","mobile_number":"757-560-6669","email_id":"Ardith.Corkery@yahoo.com","dop":"2025-11-11","serial_number":"1042383906985789","imei1":"1042383906985789","imei2":"1042383906985789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172396,"job_number":"JOB_172396","tr_customer_id":172413,"tr_customer_product_id":172403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:01.000Z","modified_at":"2026-01-30T21:14:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13027163024313","imei1":"13027163024313","imei2":"13027163024313","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172398,"job_number":"JOB_172398","tr_customer_id":172415,"tr_customer_product_id":172405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:02.000Z","modified_at":"2026-01-30T21:14:02.000Z","name":"Gunnar Luettgen","mobile_number":"633-534-7660","email_id":"Frances.Harvey4@gmail.com","dop":"2025-11-11","serial_number":"1035388738758939","imei1":"1035388738758939","imei2":"1035388738758939","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172399,"job_number":"JOB_172399","tr_customer_id":172416,"tr_customer_product_id":172406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:04.000Z","modified_at":"2026-01-30T21:14:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"11458741487949","imei1":"11458741487949","imei2":"11458741487949","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172401,"job_number":"JOB_172401","tr_customer_id":172418,"tr_customer_product_id":172408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:05.000Z","modified_at":"2026-01-30T21:14:05.000Z","name":"Nona Will","mobile_number":"502-851-5507","email_id":"Lenore82@gmail.com","dop":"2025-11-11","serial_number":"1042056614309208","imei1":"1042056614309208","imei2":"1042056614309208","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172402,"job_number":"JOB_172402","tr_customer_id":172419,"tr_customer_product_id":172409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:51.000Z","modified_at":"2026-01-30T21:14:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12288884825762","imei1":"12288884825762","imei2":"12288884825762","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172404,"job_number":"JOB_172404","tr_customer_id":172421,"tr_customer_product_id":172411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:52.000Z","modified_at":"2026-01-30T21:14:52.000Z","name":"Therese Willms","mobile_number":"661-333-9335","email_id":"Xander.Bernhard@hotmail.com","dop":"2025-11-11","serial_number":"1097629552351341","imei1":"1097629552351341","imei2":"1097629552351341","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172405,"job_number":"JOB_172405","tr_customer_id":172422,"tr_customer_product_id":172412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:56.000Z","modified_at":"2026-01-30T21:14:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19109678251237","imei1":"19109678251237","imei2":"19109678251237","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172407,"job_number":"JOB_172407","tr_customer_id":172424,"tr_customer_product_id":172414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:58.000Z","modified_at":"2026-01-30T21:14:58.000Z","name":"Emmie Crona","mobile_number":"664-669-3179","email_id":"Eveline_Anderson51@yahoo.com","dop":"2025-11-11","serial_number":"1001888845285726","imei1":"1001888845285726","imei2":"1001888845285726","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172408,"job_number":"JOB_172408","tr_customer_id":172425,"tr_customer_product_id":172415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13470588689230","imei1":"13470588689230","imei2":"13470588689230","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172410,"job_number":"JOB_172410","tr_customer_id":172427,"tr_customer_product_id":172417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13218804858463","imei1":"13218804858463","imei2":"13218804858463","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172412,"job_number":"JOB_172412","tr_customer_id":172429,"tr_customer_product_id":172419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:13.000Z","modified_at":"2026-01-30T21:22:13.000Z","name":"Abbigail Bailey","mobile_number":"461-793-3369","email_id":"Kelsi_Koepp@gmail.com","dop":"2025-11-11","serial_number":"1085688234762477","imei1":"1085688234762477","imei2":"1085688234762477","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172413,"job_number":"JOB_172413","tr_customer_id":172430,"tr_customer_product_id":172420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:14.000Z","modified_at":"2026-01-30T21:22:14.000Z","name":"Vida Krajcik","mobile_number":"928-282-9786","email_id":"Cleta46@yahoo.com","dop":"2025-11-11","serial_number":"1018032639573408","imei1":"1018032639573408","imei2":"1018032639573408","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172414,"job_number":"JOB_172414","tr_customer_id":172431,"tr_customer_product_id":172421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:04.000Z","modified_at":"2026-01-30T21:23:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"17799087122617","imei1":"17799087122617","imei2":"17799087122617","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172416,"job_number":"JOB_172416","tr_customer_id":172433,"tr_customer_product_id":172423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:06.000Z","modified_at":"2026-01-30T21:23:06.000Z","name":"Jaida Stark","mobile_number":"254-728-8136","email_id":"Berniece.Lynch@yahoo.com","dop":"2025-11-11","serial_number":"1054391687208445","imei1":"1054391687208445","imei2":"1054391687208445","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172417,"job_number":"JOB_172417","tr_customer_id":172434,"tr_customer_product_id":172424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:07.000Z","modified_at":"2026-01-30T21:23:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16036877650387","imei1":"16036877650387","imei2":"16036877650387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172419,"job_number":"JOB_172419","tr_customer_id":172436,"tr_customer_product_id":172426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:09.000Z","modified_at":"2026-01-30T21:23:09.000Z","name":"Brielle Mills","mobile_number":"870-991-1282","email_id":"Kaelyn.Terry@hotmail.com","dop":"2025-11-11","serial_number":"1082594888102276","imei1":"1082594888102276","imei2":"1082594888102276","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172420,"job_number":"JOB_172420","tr_customer_id":172437,"tr_customer_product_id":172427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:56.000Z","modified_at":"2026-01-30T21:23:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10198504740506","imei1":"10198504740506","imei2":"10198504740506","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172422,"job_number":"JOB_172422","tr_customer_id":172439,"tr_customer_product_id":172429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:58.000Z","modified_at":"2026-01-30T21:23:58.000Z","name":"Elvis Brekke","mobile_number":"744-439-6832","email_id":"Matteo98@yahoo.com","dop":"2025-11-11","serial_number":"1006338842373507","imei1":"1006338842373507","imei2":"1006338842373507","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172423,"job_number":"JOB_172423","tr_customer_id":172440,"tr_customer_product_id":172430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:02.000Z","modified_at":"2026-01-30T21:24:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11921365970512","imei1":"11921365970512","imei2":"11921365970512","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172425,"job_number":"JOB_172425","tr_customer_id":172442,"tr_customer_product_id":172432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:04.000Z","modified_at":"2026-01-30T21:24:04.000Z","name":"Kylie Morissette","mobile_number":"218-266-0912","email_id":"Jonathan_Green@hotmail.com","dop":"2025-11-11","serial_number":"1010315002247731","imei1":"1010315002247731","imei2":"1010315002247731","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172426,"job_number":"JOB_172426","tr_customer_id":172443,"tr_customer_product_id":172433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14799189517485","imei1":"14799189517485","imei2":"14799189517485","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172427,"job_number":"JOB_172427","tr_customer_id":172444,"tr_customer_product_id":172434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13403494756602","imei1":"13403494756602","imei2":"13403494756602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172430,"job_number":"JOB_172430","tr_customer_id":172447,"tr_customer_product_id":172437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:14.000Z","modified_at":"2026-01-30T21:30:14.000Z","name":"Joany Heaney","mobile_number":"645-876-6200","email_id":"Danny.Wuckert17@hotmail.com","dop":"2025-11-11","serial_number":"1045723498591120","imei1":"1045723498591120","imei2":"1045723498591120","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172431,"job_number":"JOB_172431","tr_customer_id":172448,"tr_customer_product_id":172438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:15.000Z","modified_at":"2026-01-30T21:30:15.000Z","name":"Bret Kohler","mobile_number":"667-786-6846","email_id":"Shanna_Leuschke@yahoo.com","dop":"2025-11-11","serial_number":"1016707697266723","imei1":"1016707697266723","imei2":"1016707697266723","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172432,"job_number":"JOB_172432","tr_customer_id":172449,"tr_customer_product_id":172439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:06.000Z","modified_at":"2026-01-30T21:31:06.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19160682946648","imei1":"19160682946648","imei2":"19160682946648","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172434,"job_number":"JOB_172434","tr_customer_id":172451,"tr_customer_product_id":172441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:07.000Z","modified_at":"2026-01-30T21:31:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16993675172270","imei1":"16993675172270","imei2":"16993675172270","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172436,"job_number":"JOB_172436","tr_customer_id":172453,"tr_customer_product_id":172443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:08.000Z","modified_at":"2026-01-30T21:31:08.000Z","name":"Krista Gislason","mobile_number":"681-531-9580","email_id":"Eloy.Boehm7@hotmail.com","dop":"2025-11-11","serial_number":"1070433839883737","imei1":"1070433839883737","imei2":"1070433839883737","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172437,"job_number":"JOB_172437","tr_customer_id":172454,"tr_customer_product_id":172444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:09.000Z","modified_at":"2026-01-30T21:31:09.000Z","name":"Rosemarie Sanford","mobile_number":"880-253-0656","email_id":"Layne.Klein@yahoo.com","dop":"2025-11-11","serial_number":"1015275517496839","imei1":"1015275517496839","imei2":"1015275517496839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172438,"job_number":"JOB_172438","tr_customer_id":172455,"tr_customer_product_id":172445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:00.000Z","modified_at":"2026-01-30T21:32:00.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12247041133689","imei1":"12247041133689","imei2":"12247041133689","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172440,"job_number":"JOB_172440","tr_customer_id":172457,"tr_customer_product_id":172447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:01.000Z","modified_at":"2026-01-30T21:32:01.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14514539913713","imei1":"14514539913713","imei2":"14514539913713","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172442,"job_number":"JOB_172442","tr_customer_id":172459,"tr_customer_product_id":172449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:02.000Z","modified_at":"2026-01-30T21:32:02.000Z","name":"Brando Johns","mobile_number":"651-332-0226","email_id":"Sadye.Heathcote18@yahoo.com","dop":"2025-11-11","serial_number":"1059524821709621","imei1":"1059524821709621","imei2":"1059524821709621","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172443,"job_number":"JOB_172443","tr_customer_id":172460,"tr_customer_product_id":172450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:03.000Z","modified_at":"2026-01-30T21:32:03.000Z","name":"Demetris Hudson","mobile_number":"703-434-8518","email_id":"Marilou78@hotmail.com","dop":"2025-11-11","serial_number":"1062883942937743","imei1":"1062883942937743","imei2":"1062883942937743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172444,"job_number":"JOB_172444","tr_customer_id":172461,"tr_customer_product_id":172451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17005653684316","imei1":"17005653684316","imei2":"17005653684316","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172445,"job_number":"JOB_172445","tr_customer_id":172462,"tr_customer_product_id":172452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13491607371938","imei1":"13491607371938","imei2":"13491607371938","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172448,"job_number":"JOB_172448","tr_customer_id":172465,"tr_customer_product_id":172455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Americo Mayer","mobile_number":"786-863-6481","email_id":"Nicholaus96@yahoo.com","dop":"2025-11-11","serial_number":"1000063185889683","imei1":"1000063185889683","imei2":"1000063185889683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172449,"job_number":"JOB_172449","tr_customer_id":172466,"tr_customer_product_id":172456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Carmen Ratke","mobile_number":"343-844-2520","email_id":"Carter.Mertz@hotmail.com","dop":"2025-11-11","serial_number":"1012684883505661","imei1":"1012684883505661","imei2":"1012684883505661","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172450,"job_number":"JOB_172450","tr_customer_id":172467,"tr_customer_product_id":172457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16971904227788","imei1":"16971904227788","imei2":"16971904227788","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172452,"job_number":"JOB_172452","tr_customer_id":172469,"tr_customer_product_id":172459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10685521963586","imei1":"10685521963586","imei2":"10685521963586","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172454,"job_number":"JOB_172454","tr_customer_id":172471,"tr_customer_product_id":172461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:03.000Z","modified_at":"2026-01-30T21:37:03.000Z","name":"Kamren Ankunding","mobile_number":"769-375-7001","email_id":"Florencio_Harber@hotmail.com","dop":"2025-11-11","serial_number":"1019664931892131","imei1":"1019664931892131","imei2":"1019664931892131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172455,"job_number":"JOB_172455","tr_customer_id":172472,"tr_customer_product_id":172462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:04.000Z","modified_at":"2026-01-30T21:37:04.000Z","name":"Charles Keeling","mobile_number":"981-697-6665","email_id":"Maximillian84@gmail.com","dop":"2025-11-11","serial_number":"1055290347598683","imei1":"1055290347598683","imei2":"1055290347598683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172456,"job_number":"JOB_172456","tr_customer_id":172473,"tr_customer_product_id":172463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:51.000Z","modified_at":"2026-01-30T21:37:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12945046489602","imei1":"12945046489602","imei2":"12945046489602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172458,"job_number":"JOB_172458","tr_customer_id":172475,"tr_customer_product_id":172465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Bettye Schaden","mobile_number":"997-691-5503","email_id":"Kristopher.Toy@hotmail.com","dop":"2025-11-11","serial_number":"1070289095312015","imei1":"1070289095312015","imei2":"1070289095312015","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172459,"job_number":"JOB_172459","tr_customer_id":172476,"tr_customer_product_id":172466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"18293319264389","imei1":"18293319264389","imei2":"18293319264389","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172461,"job_number":"JOB_172461","tr_customer_id":172478,"tr_customer_product_id":172468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:55.000Z","modified_at":"2026-01-30T21:37:55.000Z","name":"Dee Murazik","mobile_number":"706-423-7190","email_id":"Alanis44@gmail.com","dop":"2025-11-11","serial_number":"1026694531423850","imei1":"1026694531423850","imei2":"1026694531423850","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172462,"job_number":"JOB_172462","tr_customer_id":172479,"tr_customer_product_id":172469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"10973495322913","imei1":"10973495322913","imei2":"10973495322913","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172463,"job_number":"JOB_172463","tr_customer_id":172480,"tr_customer_product_id":172470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15893723864107","imei1":"15893723864107","imei2":"15893723864107","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172466,"job_number":"JOB_172466","tr_customer_id":172483,"tr_customer_product_id":172473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:12.000Z","modified_at":"2026-01-30T21:40:12.000Z","name":"Lyla Bailey","mobile_number":"366-914-4691","email_id":"Janie.Keeling@hotmail.com","dop":"2025-11-11","serial_number":"1081559480008277","imei1":"1081559480008277","imei2":"1081559480008277","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172467,"job_number":"JOB_172467","tr_customer_id":172484,"tr_customer_product_id":172474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:13.000Z","modified_at":"2026-01-30T21:40:13.000Z","name":"Elnora Aufderhar","mobile_number":"690-479-0121","email_id":"Tyson_Kertzmann@gmail.com","dop":"2025-11-11","serial_number":"1038840095214232","imei1":"1038840095214232","imei2":"1038840095214232","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172468,"job_number":"JOB_172468","tr_customer_id":172485,"tr_customer_product_id":172475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:01.000Z","modified_at":"2026-01-30T21:41:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13710119597372","imei1":"13710119597372","imei2":"13710119597372","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172470,"job_number":"JOB_172470","tr_customer_id":172487,"tr_customer_product_id":172477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:03.000Z","modified_at":"2026-01-30T21:41:03.000Z","name":"Kyler Fadel","mobile_number":"581-995-7875","email_id":"Libbie82@yahoo.com","dop":"2025-11-11","serial_number":"1034173842967338","imei1":"1034173842967338","imei2":"1034173842967338","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172471,"job_number":"JOB_172471","tr_customer_id":172488,"tr_customer_product_id":172478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:04.000Z","modified_at":"2026-01-30T21:41:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15109978046538","imei1":"15109978046538","imei2":"15109978046538","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172473,"job_number":"JOB_172473","tr_customer_id":172490,"tr_customer_product_id":172480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:06.000Z","modified_at":"2026-01-30T21:41:06.000Z","name":"Bryce Sanford","mobile_number":"795-252-6990","email_id":"Vernie.Daugherty@gmail.com","dop":"2025-11-11","serial_number":"1028638921414980","imei1":"1028638921414980","imei2":"1028638921414980","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172474,"job_number":"JOB_172474","tr_customer_id":172491,"tr_customer_product_id":172481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:51.000Z","modified_at":"2026-01-30T21:41:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11082471020799","imei1":"11082471020799","imei2":"11082471020799","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172476,"job_number":"JOB_172476","tr_customer_id":172493,"tr_customer_product_id":172483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:53.000Z","modified_at":"2026-01-30T21:41:53.000Z","name":"Ali Reichel","mobile_number":"849-668-0008","email_id":"Johanna.Farrell42@hotmail.com","dop":"2025-11-11","serial_number":"1028378663737736","imei1":"1028378663737736","imei2":"1028378663737736","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172477,"job_number":"JOB_172477","tr_customer_id":172494,"tr_customer_product_id":172484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:57.000Z","modified_at":"2026-01-30T21:41:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14858381830422","imei1":"14858381830422","imei2":"14858381830422","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172479,"job_number":"JOB_172479","tr_customer_id":172496,"tr_customer_product_id":172486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:59.000Z","modified_at":"2026-01-30T21:41:59.000Z","name":"Layla Armstrong","mobile_number":"442-259-3691","email_id":"Damon56@gmail.com","dop":"2025-11-11","serial_number":"1045705744493742","imei1":"1045705744493742","imei2":"1045705744493742","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172480,"job_number":"JOB_172480","tr_customer_id":172497,"tr_customer_product_id":172487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:05.000Z","modified_at":"2026-01-30T23:45:05.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-20T23:45:05.112763470Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172481,"job_number":"JOB_172481","tr_customer_id":172498,"tr_customer_product_id":172488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:06.000Z","modified_at":"2026-01-30T23:45:06.000Z","name":"Deependra Butt","mobile_number":"7071457248","email_id":"ameyatma.chaturvedi@gmail.com","dop":"2026-01-20","serial_number":"668187475715156","imei1":"668187475715156","imei2":"668187475715156","popurl":"www.amarnath-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172482,"job_number":"JOB_172482","tr_customer_id":172499,"tr_customer_product_id":172489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:47:30.000Z","modified_at":"2026-01-30T23:47:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-20T23:47:30.012228242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172526,"job_number":"JOB_172526","tr_customer_id":172543,"tr_customer_product_id":172533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:05.000Z","modified_at":"2026-01-31T04:15:05.000Z","name":"Toby McKenzie","mobile_number":"982-823-9479","email_id":"Ozella.Williamson42@yahoo.com","dop":"2025-04-06","serial_number":"15252825408956188","imei1":"15252825408956188","imei2":"15252825408956188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172527,"job_number":"JOB_172527","tr_customer_id":172544,"tr_customer_product_id":172534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11299165980413","imei1":"11299165980413","imei2":"11299165980413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172529,"job_number":"JOB_172529","tr_customer_id":172546,"tr_customer_product_id":172536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:09.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Adriel Ferry","mobile_number":"527-725-4036","email_id":"Justina75@yahoo.com","dop":"2025-04-06","serial_number":"15684898577635116","imei1":"15684898577635116","imei2":"15684898577635116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172530,"job_number":"JOB_172530","tr_customer_id":172547,"tr_customer_product_id":172537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17759936829351","imei2":"17759936829351","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172533,"job_number":"JOB_172533","tr_customer_id":172550,"tr_customer_product_id":172540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:16.000Z","modified_at":"2026-01-31T04:15:16.000Z","name":"Stanley Rippin","mobile_number":"670-413-3173","email_id":"Kamryn.Weber93@yahoo.com","dop":"2000-01-31","serial_number":"10718866174722","imei1":"10718866174722","imei2":"10718866174722","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172534,"job_number":"JOB_172534","tr_customer_id":172551,"tr_customer_product_id":172541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:17.000Z","modified_at":"2026-01-31T04:15:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13771715664534","imei1":"13771715664534","imei2":"13771715664534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172535,"job_number":"JOB_172535","tr_customer_id":172552,"tr_customer_product_id":172542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:17.000Z","modified_at":"2026-01-31T04:15:17.000Z","name":"Beryl Bernhard","mobile_number":"649-884-1442","email_id":"Cierra_Bashirian81@hotmail.com","dop":"2025-04-06","serial_number":"19815142186536","imei1":"19815142186536","imei2":"19815142186536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172087,"job_number":"JOB_172087","tr_customer_id":172104,"tr_customer_product_id":172094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:17.000Z","modified_at":"2026-01-30T20:07:17.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Soledad_Larkin3@hotmail.com","dop":"2025-07-02","serial_number":"12225525954316","imei1":"12225525954316","imei2":"12225525954316","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172532,"job_number":"JOB_172532","tr_customer_id":172549,"tr_customer_product_id":172539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:16.000Z","modified_at":"2026-01-31T04:15:16.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10092875172468","imei1":"10092875172468","imei2":"10092875172468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4212d59e-76d8-4792-bead-2ac611bade39 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151330,"engineer_id":2}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fb8a17d3-9739-4521-9135-1339dfe266e1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"job_id": 172531,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTZ9.TnemG6iRNb-SFw7G-Qs329Zk6zia5uEwQUBajfZrnuc |
| Connection | keep-alive |
| If-None-Match | W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2fac88ad-6cc5-4615-aade-918706ea49fe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"547a5-GBoo4ujIulte+sndjO0TxUwgYTg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172088,"job_number":"JOB_172088","tr_customer_id":172105,"tr_customer_product_id":172095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:23.000Z","modified_at":"2026-01-30T20:07:23.000Z","name":"Paramartha Panicker","mobile_number":"9638538681","email_id":"minakshi.nayar@gmail.com","dop":"2026-01-21","serial_number":"42173866545359","imei1":"42173866545359","imei2":"42173866545359","popurl":"www.chandni-mehra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172089,"job_number":"JOB_172089","tr_customer_id":172106,"tr_customer_product_id":172096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Deontae Jaskolski","mobile_number":"412-730-5442","email_id":"Seth72@hotmail.com","dop":"2025-09-09","serial_number":"17487191592236","imei1":"17487191592236","imei2":"17487191592236","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172090,"job_number":"JOB_172090","tr_customer_id":172107,"tr_customer_product_id":172097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:02.000Z","modified_at":"2026-01-30T20:22:02.000Z","name":"Jerad Carter","mobile_number":"941-631-9761","email_id":"Lewis_Grant@hotmail.com","dop":"2025-09-09","serial_number":"15843514646085","imei1":"15843514646085","imei2":"15843514646085","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172092,"job_number":"JOB_172092","tr_customer_id":172109,"tr_customer_product_id":172099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Chaim Orn","mobile_number":"681-436-5011","email_id":"Crystel.OKeefe59@yahoo.com","dop":"2025-09-09","serial_number":"18100781238109","imei1":"18100781238109","imei2":"18100781238109","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172093,"job_number":"JOB_172093","tr_customer_id":172110,"tr_customer_product_id":172100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:06.000Z","modified_at":"2026-01-30T20:22:06.000Z","name":"Linwood Swift","mobile_number":"956-838-6893","email_id":"George.Jenkins@yahoo.com","dop":"2025-09-09","serial_number":"15265346979489","imei1":"15265346979489","imei2":"15265346979489","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172095,"job_number":"JOB_172095","tr_customer_id":172112,"tr_customer_product_id":172102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Braeden Johnston","mobile_number":"938-446-9069","email_id":"Izabella_Hermann89@gmail.com","dop":"2025-09-09","serial_number":"19219071546262","imei1":"19219071546262","imei2":"19219071546262","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172096,"job_number":"JOB_172096","tr_customer_id":172113,"tr_customer_product_id":172103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:22:10.000Z","modified_at":"2026-01-30T20:22:10.000Z","name":"Autumn Tillman","mobile_number":"258-665-7285","email_id":"Amie61@gmail.com","dop":"2025-09-09","serial_number":"14633689500051","imei1":"14633689500051","imei2":"14633689500051","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:22:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172098,"job_number":"JOB_172098","tr_customer_id":172115,"tr_customer_product_id":172105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Jagmeet Adiga","mobile_number":"9923534746","email_id":"charumati.mehra@yahoo.co.in","dop":"2026-01-21","serial_number":"20049842989654","imei1":"20049842989654","imei2":"20049842989654","popurl":"www.vidhur-dhawan.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172099,"job_number":"JOB_172099","tr_customer_id":172116,"tr_customer_product_id":172106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Shubhaprada Ahuja","mobile_number":"9687123714","email_id":"chinmayanand.joshi@yahoo.co.in","dop":"2026-01-21","serial_number":"31459086180514","imei1":"31459086180514","imei2":"31459086180514","popurl":"www.diptendu-chaturvedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172100,"job_number":"JOB_172100","tr_customer_id":172117,"tr_customer_product_id":172107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Rohana Sinha","mobile_number":"9609256942","email_id":"shresthi.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"69884065036622","imei1":"69884065036622","imei2":"69884065036622","popurl":"www.shakti-varman.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172101,"job_number":"JOB_172101","tr_customer_id":172118,"tr_customer_product_id":172108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Suresh Gill","mobile_number":"9982804417","email_id":"prayag.desai@gmail.com","dop":"2026-01-21","serial_number":"91971265105814","imei1":"91971265105814","imei2":"91971265105814","popurl":"www.gopi-achari.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172102,"job_number":"JOB_172102","tr_customer_id":172119,"tr_customer_product_id":172109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Agniprava Bhat","mobile_number":"9520056788","email_id":"sloka.dutta@yahoo.co.in","dop":"2026-01-21","serial_number":"11713024954620","imei1":"11713024954620","imei2":"11713024954620","popurl":"www.jitender-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172103,"job_number":"JOB_172103","tr_customer_id":172120,"tr_customer_product_id":172110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Anilaabh Trivedi","mobile_number":"9383135960","email_id":"ananta.guneta@hotmail.com","dop":"2026-01-21","serial_number":"58990575976000","imei1":"58990575976000","imei2":"58990575976000","popurl":"www.bhaswar-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172104,"job_number":"JOB_172104","tr_customer_id":172121,"tr_customer_product_id":172111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Gita Abbott","mobile_number":"9519015517","email_id":"deevakar.patil@yahoo.co.in","dop":"2026-01-21","serial_number":"16933727488809","imei1":"16933727488809","imei2":"16933727488809","popurl":"www.adhiraj-mehrotra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172105,"job_number":"JOB_172105","tr_customer_id":172122,"tr_customer_product_id":172112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:53.000Z","name":"Harinarayan Kapoor","mobile_number":"9040523473","email_id":"ekdant.bharadwaj@yahoo.co.in","dop":"2026-01-21","serial_number":"71236426118809","imei1":"71236426118809","imei2":"71236426118809","popurl":"www.divjot-acharya.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172106,"job_number":"JOB_172106","tr_customer_id":172123,"tr_customer_product_id":172113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:53.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Jahnu Shah","mobile_number":"9328598220","email_id":"umang.kapoor@hotmail.com","dop":"2026-01-21","serial_number":"58100371873145","imei1":"58100371873145","imei2":"58100371873145","popurl":"www.bhooshan-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172107,"job_number":"JOB_172107","tr_customer_id":172124,"tr_customer_product_id":172114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:28:54.000Z","modified_at":"2026-01-30T20:28:54.000Z","name":"Abhaya Somayaji","mobile_number":"9762644275","email_id":"anagh.jha@hotmail.com","dop":"2026-01-21","serial_number":"85162660112231","imei1":"85162660112231","imei2":"85162660112231","popurl":"www.trilochana-kapoor.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172108,"job_number":"JOB_172108","tr_customer_id":172125,"tr_customer_product_id":172115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Dinesh Mukhopadhyay","mobile_number":"9276744612","email_id":"daksha.marar@yahoo.co.in","dop":"2026-01-21","serial_number":"30886075018822","imei1":"30886075018822","imei2":"30886075018822","popurl":"www.lai-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172109,"job_number":"JOB_172109","tr_customer_id":172126,"tr_customer_product_id":172116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhavani Saini","mobile_number":"9214866946","email_id":"ambar.nair@gmail.com","dop":"2026-01-21","serial_number":"38130786068858","imei1":"38130786068858","imei2":"38130786068858","popurl":"www.dev-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172110,"job_number":"JOB_172110","tr_customer_id":172127,"tr_customer_product_id":172117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Bhaanumati Bharadwaj","mobile_number":"9545596634","email_id":"rakesh.panicker@gmail.com","dop":"2026-01-21","serial_number":"37082793557698","imei1":"37082793557698","imei2":"37082793557698","popurl":"www.chandani-chaturvedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172111,"job_number":"JOB_172111","tr_customer_id":172128,"tr_customer_product_id":172118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:29.000Z","modified_at":"2026-01-30T20:29:29.000Z","name":"Baala Agarwal","mobile_number":"9403844816","email_id":"anjali.devar@yahoo.co.in","dop":"2026-01-21","serial_number":"03485339678306","imei1":"03485339678306","imei2":"03485339678306","popurl":"www.trisha-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172113,"job_number":"JOB_172113","tr_customer_id":172130,"tr_customer_product_id":172120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Chandravati Tagore","mobile_number":"9589323066","email_id":"brahmabrata.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"05718428035637","imei1":"05718428035637","imei2":"05718428035637","popurl":"www.atmananda-agarwal.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172114,"job_number":"JOB_172114","tr_customer_id":172131,"tr_customer_product_id":172121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Drona Nayar","mobile_number":"9191687356","email_id":"bandhul.khatri@hotmail.com","dop":"2026-01-21","serial_number":"65246410899430","imei1":"65246410899430","imei2":"65246410899430","popurl":"www.tejas-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172115,"job_number":"JOB_172115","tr_customer_id":172132,"tr_customer_product_id":172122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Pranay Butt","mobile_number":"9050974722","email_id":"brahmabrata.kakkar@gmail.com","dop":"2026-01-21","serial_number":"65217361590561","imei1":"65217361590561","imei2":"65217361590561","popurl":"www.anaadi-achari.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172116,"job_number":"JOB_172116","tr_customer_id":172133,"tr_customer_product_id":172123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Aaratrika Menon","mobile_number":"9968179183","email_id":"bhagwanti.chattopadhyay@hotmail.com","dop":"2026-01-21","serial_number":"83528921934503","imei1":"83528921934503","imei2":"83528921934503","popurl":"www.manik-ganaka.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172117,"job_number":"JOB_172117","tr_customer_id":172134,"tr_customer_product_id":172124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Sudeva Sinha","mobile_number":"9162167490","email_id":"shwet.bhattacharya@yahoo.co.in","dop":"2026-01-21","serial_number":"42815062850287","imei1":"42815062850287","imei2":"42815062850287","popurl":"www.amrita-khatri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172118,"job_number":"JOB_172118","tr_customer_id":172135,"tr_customer_product_id":172125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Deenabandhu Desai","mobile_number":"9036496917","email_id":"kailash.jain@hotmail.com","dop":"2026-01-21","serial_number":"44941087297112","imei1":"44941087297112","imei2":"44941087297112","popurl":"www.dipankar-agarwal.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172119,"job_number":"JOB_172119","tr_customer_id":172136,"tr_customer_product_id":172126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Rohit Chattopadhyay","mobile_number":"9044745815","email_id":"kashyapi.pothuvaal@hotmail.com","dop":"2026-01-21","serial_number":"15442620243223","imei1":"15442620243223","imei2":"15442620243223","popurl":"www.adhiraj-agarwal.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172120,"job_number":"JOB_172120","tr_customer_id":172137,"tr_customer_product_id":172127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:30.000Z","name":"Gatik Mehrotra","mobile_number":"9406212150","email_id":"dharani.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"99753802233250","imei1":"99753802233250","imei2":"99753802233250","popurl":"www.garuda-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172122,"job_number":"JOB_172122","tr_customer_id":172139,"tr_customer_product_id":172129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:30.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dharmaketu Asan","mobile_number":"9258158661","email_id":"chandira.dubashi@gmail.com","dop":"2026-01-21","serial_number":"38015642851765","imei1":"38015642851765","imei2":"38015642851765","popurl":"www.pushti-patil.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172123,"job_number":"JOB_172123","tr_customer_id":172140,"tr_customer_product_id":172130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rajinder Singh","mobile_number":"9747207727","email_id":"asha.saini@hotmail.com","dop":"2026-01-21","serial_number":"61773645565565","imei1":"61773645565565","imei2":"61773645565565","popurl":"www.baijayanti-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172125,"job_number":"JOB_172125","tr_customer_id":172142,"tr_customer_product_id":172132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tushar Shukla","mobile_number":"9927119308","email_id":"girish.malik@hotmail.com","dop":"2026-01-21","serial_number":"21741910409620","imei1":"21741910409620","imei2":"21741910409620","popurl":"www.bhilangana-naik.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172126,"job_number":"JOB_172126","tr_customer_id":172143,"tr_customer_product_id":172133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Dulari Nehru","mobile_number":"9038350295","email_id":"jitender.jha@hotmail.com","dop":"2026-01-21","serial_number":"39275586928240","imei1":"39275586928240","imei2":"39275586928240","popurl":"www.bhasvan-reddy.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172127,"job_number":"JOB_172127","tr_customer_id":172144,"tr_customer_product_id":172134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Tanushri Embranthiri","mobile_number":"9809040713","email_id":"chetan.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"76869343568844","imei1":"76869343568844","imei2":"76869343568844","popurl":"www.diksha-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172129,"job_number":"JOB_172129","tr_customer_id":172146,"tr_customer_product_id":172136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rohan Pilla","mobile_number":"9629358891","email_id":"adripathi.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"56195657003023","imei1":"56195657003023","imei2":"56195657003023","popurl":"www.draupadi-pandey.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172130,"job_number":"JOB_172130","tr_customer_id":172147,"tr_customer_product_id":172137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Narinder Sethi","mobile_number":"9834302884","email_id":"achalesvara.mehra@hotmail.com","dop":"2026-01-21","serial_number":"97755871571579","imei1":"97755871571579","imei2":"97755871571579","popurl":"www.chandradev-jha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172132,"job_number":"JOB_172132","tr_customer_id":172149,"tr_customer_product_id":172139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Rageswari Dubashi","mobile_number":"9400344510","email_id":"menka.asan@gmail.com","dop":"2026-01-21","serial_number":"05293696947247","imei1":"05293696947247","imei2":"05293696947247","popurl":"www.bhagwanti-ahluwalia.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172133,"job_number":"JOB_172133","tr_customer_id":172150,"tr_customer_product_id":172140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Sushil Menon","mobile_number":"9872525129","email_id":"ranjit.reddy@gmail.com","dop":"2026-01-21","serial_number":"72985551186766","imei1":"72985551186766","imei2":"72985551186766","popurl":"www.achyut-gandhi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172134,"job_number":"JOB_172134","tr_customer_id":172151,"tr_customer_product_id":172141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Giri Nair","mobile_number":"9561524080","email_id":"chaanakya.kaul@yahoo.co.in","dop":"2026-01-21","serial_number":"25249007451480","imei1":"25249007451480","imei2":"25249007451480","popurl":"www.shakti-bandopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172135,"job_number":"JOB_172135","tr_customer_id":172152,"tr_customer_product_id":172142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Bhagavaan Panicker","mobile_number":"9362922300","email_id":"bilwa.kakkar@hotmail.com","dop":"2026-01-21","serial_number":"48670860149450","imei1":"48670860149450","imei2":"48670860149450","popurl":"www.deven-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172136,"job_number":"JOB_172136","tr_customer_id":172153,"tr_customer_product_id":172143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Balagopal Mishra","mobile_number":"9472068553","email_id":"bhisham.sethi@yahoo.co.in","dop":"2026-01-21","serial_number":"67627404929279","imei1":"67627404929279","imei2":"67627404929279","popurl":"www.sher-saini.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172137,"job_number":"JOB_172137","tr_customer_id":172154,"tr_customer_product_id":172144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:31.000Z","modified_at":"2026-01-30T20:29:31.000Z","name":"Jaya Ganaka","mobile_number":"9435698175","email_id":"baalaaditya.menon@yahoo.co.in","dop":"2026-01-21","serial_number":"39503159081337","imei1":"39503159081337","imei2":"39503159081337","popurl":"www.naval-sharma.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172138,"job_number":"JOB_172138","tr_customer_id":172155,"tr_customer_product_id":172145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Manik Pothuvaal","mobile_number":"9552700881","email_id":"bhooshan.sinha@hotmail.com","dop":"2026-01-21","serial_number":"48328837137420","imei1":"48328837137420","imei2":"48328837137420","popurl":"www.sher-panicker.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172140,"job_number":"JOB_172140","tr_customer_id":172157,"tr_customer_product_id":172147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Dwaipayan Singh","mobile_number":"9397608583","email_id":"jagathi.singh@gmail.com","dop":"2026-01-21","serial_number":"23400709927514","imei1":"23400709927514","imei2":"23400709927514","popurl":"www.ranjit-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172142,"job_number":"JOB_172142","tr_customer_id":172159,"tr_customer_product_id":172149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Kamla Ahuja","mobile_number":"9123844307","email_id":"brajesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"14307912361229","imei1":"14307912361229","imei2":"14307912361229","popurl":"www.ayushmati-gandhi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172143,"job_number":"JOB_172143","tr_customer_id":172160,"tr_customer_product_id":172150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amarnath Khatri","mobile_number":"9090248071","email_id":"prem.acharya@hotmail.com","dop":"2026-01-21","serial_number":"88080015267681","imei1":"88080015267681","imei2":"88080015267681","popurl":"www.kama-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172144,"job_number":"JOB_172144","tr_customer_id":172161,"tr_customer_product_id":172151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Baidehi Reddy","mobile_number":"9247722309","email_id":"bhooshit.kaul@hotmail.com","dop":"2026-01-21","serial_number":"30785377076931","imei1":"30785377076931","imei2":"30785377076931","popurl":"www.pushti-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172145,"job_number":"JOB_172145","tr_customer_id":172162,"tr_customer_product_id":172152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Amrita Achari","mobile_number":"9370379293","email_id":"anilabh.achari@gmail.com","dop":"2026-01-21","serial_number":"20380715263538","imei1":"20380715263538","imei2":"20380715263538","popurl":"www.mahesh-mahajan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172146,"job_number":"JOB_172146","tr_customer_id":172163,"tr_customer_product_id":172153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Bhardwaj Prajapat","mobile_number":"9276693823","email_id":"bhagwati.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"74769407112890","imei1":"74769407112890","imei2":"74769407112890","popurl":"www.aayushmaan-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172147,"job_number":"JOB_172147","tr_customer_id":172164,"tr_customer_product_id":172154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:32.000Z","modified_at":"2026-01-30T20:29:32.000Z","name":"Devika Guneta","mobile_number":"9683320287","email_id":"kanaka.dhawan@gmail.com","dop":"2026-01-21","serial_number":"28463357278713","imei1":"28463357278713","imei2":"28463357278713","popurl":"www.urmila-mehra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172148,"job_number":"JOB_172148","tr_customer_id":172165,"tr_customer_product_id":172155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Garud Sharma","mobile_number":"9826210786","email_id":"balgopal.ahuja@gmail.com","dop":"2026-01-21","serial_number":"58320378315328","imei1":"58320378315328","imei2":"58320378315328","popurl":"www.deveshwar-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172149,"job_number":"JOB_172149","tr_customer_id":172166,"tr_customer_product_id":172156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Kamlesh Nambeesan","mobile_number":"9571031714","email_id":"girja.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"76574151337483","imei1":"76574151337483","imei2":"76574151337483","popurl":"www.daiwik-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172151,"job_number":"JOB_172151","tr_customer_id":172168,"tr_customer_product_id":172158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Samir Chattopadhyay","mobile_number":"9406334142","email_id":"atmananda.saini@hotmail.com","dop":"2026-01-21","serial_number":"06907667110038","imei1":"06907667110038","imei2":"06907667110038","popurl":"www.minakshi-pandey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172152,"job_number":"JOB_172152","tr_customer_id":172169,"tr_customer_product_id":172159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Bhupen Somayaji","mobile_number":"9828413526","email_id":"sanjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"21911814409204","imei1":"21911814409204","imei2":"21911814409204","popurl":"www.avani-dubashi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172154,"job_number":"JOB_172154","tr_customer_id":172171,"tr_customer_product_id":172161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chandra Tagore","mobile_number":"9282196326","email_id":"dhyaneshwar.guneta@hotmail.com","dop":"2026-01-21","serial_number":"40037908951257","imei1":"40037908951257","imei2":"40037908951257","popurl":"www.chidaatma-arora.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172155,"job_number":"JOB_172155","tr_customer_id":172172,"tr_customer_product_id":172162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Uma Arora","mobile_number":"9476564032","email_id":"chidambaram.tagore@gmail.com","dop":"2026-01-21","serial_number":"68990895641704","imei1":"68990895641704","imei2":"68990895641704","popurl":"www.sucheta-nair.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172156,"job_number":"JOB_172156","tr_customer_id":172173,"tr_customer_product_id":172163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:33.000Z","modified_at":"2026-01-30T20:29:33.000Z","name":"Chitrangada Patel","mobile_number":"9909332621","email_id":"dandapaani.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"91167544797495","imei1":"91167544797495","imei2":"91167544797495","popurl":"www.chandran-kaniyar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172157,"job_number":"JOB_172157","tr_customer_id":172174,"tr_customer_product_id":172164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Vishnu Jha","mobile_number":"9698443820","email_id":"manoj.mahajan@hotmail.com","dop":"2026-01-21","serial_number":"68743232382050","imei1":"68743232382050","imei2":"68743232382050","popurl":"www.kali-kaul.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172158,"job_number":"JOB_172158","tr_customer_id":172175,"tr_customer_product_id":172165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Indra Namboothiri","mobile_number":"9024687617","email_id":"soma.dutta@hotmail.com","dop":"2026-01-21","serial_number":"26963206017347","imei1":"26963206017347","imei2":"26963206017347","popurl":"www.dulari-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172159,"job_number":"JOB_172159","tr_customer_id":172176,"tr_customer_product_id":172166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Gauraang Namboothiri","mobile_number":"9414096407","email_id":"tarun.prajapat@gmail.com","dop":"2026-01-21","serial_number":"49884237123736","imei1":"49884237123736","imei2":"49884237123736","popurl":"www.meghnath-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172160,"job_number":"JOB_172160","tr_customer_id":172177,"tr_customer_product_id":172167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Agasti Singh","mobile_number":"9690145112","email_id":"chidaakaash.namboothiri@hotmail.com","dop":"2026-01-21","serial_number":"65298665423073","imei1":"65298665423073","imei2":"65298665423073","popurl":"www.dulari-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172161,"job_number":"JOB_172161","tr_customer_id":172178,"tr_customer_product_id":172168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhagwati Mehra","mobile_number":"9447357516","email_id":"gitanjali.talwar@yahoo.co.in","dop":"2026-01-21","serial_number":"90854106806549","imei1":"90854106806549","imei2":"90854106806549","popurl":"www.vishwamitra-kaur.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172162,"job_number":"JOB_172162","tr_customer_id":172179,"tr_customer_product_id":172169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Girija Verma","mobile_number":"9602585273","email_id":"kashyapi.embranthiri@yahoo.co.in","dop":"2026-01-21","serial_number":"18048843813740","imei1":"18048843813740","imei2":"18048843813740","popurl":"www.sarisha-patil.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172163,"job_number":"JOB_172163","tr_customer_id":172180,"tr_customer_product_id":172170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Nirbhay Prajapat","mobile_number":"9983076031","email_id":"acharyanandana.agarwal@gmail.com","dop":"2026-01-21","serial_number":"33146266105000","imei1":"33146266105000","imei2":"33146266105000","popurl":"www.harit-chopra.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172164,"job_number":"JOB_172164","tr_customer_id":172181,"tr_customer_product_id":172171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Kamalesh Nair","mobile_number":"9450740067","email_id":"sarvin.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"13162052001178","imei1":"13162052001178","imei2":"13162052001178","popurl":"www.abani-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172165,"job_number":"JOB_172165","tr_customer_id":172182,"tr_customer_product_id":172172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Chandraketu Khanna","mobile_number":"9122481690","email_id":"gayatri.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"05546579127590","imei1":"05546579127590","imei2":"05546579127590","popurl":"www.aanandaswarup-butt.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172167,"job_number":"JOB_172167","tr_customer_id":172184,"tr_customer_product_id":172174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:34.000Z","modified_at":"2026-01-30T20:29:34.000Z","name":"Bhupati Khatri","mobile_number":"9302780198","email_id":"deepan.nair@hotmail.com","dop":"2026-01-21","serial_number":"50995457303075","imei1":"50995457303075","imei2":"50995457303075","popurl":"www.dhruv-prajapat.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172170,"job_number":"JOB_172170","tr_customer_id":172187,"tr_customer_product_id":172177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Ankal Nehru","mobile_number":"9448742685","email_id":"navin.khan@gmail.com","dop":"2026-01-21","serial_number":"75113274059093","imei1":"75113274059093","imei2":"75113274059093","popurl":"www.aasa-khan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172171,"job_number":"JOB_172171","tr_customer_id":172188,"tr_customer_product_id":172178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Deb Bhattathiri","mobile_number":"9980740256","email_id":"aadi.nair@yahoo.co.in","dop":"2026-01-21","serial_number":"01592207859961","imei1":"01592207859961","imei2":"01592207859961","popurl":"www.rageswari-abbott.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172172,"job_number":"JOB_172172","tr_customer_id":172189,"tr_customer_product_id":172179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Chapal Agarwal","mobile_number":"9092348633","email_id":"dandapaani.bhat@hotmail.com","dop":"2026-01-21","serial_number":"82393337501622","imei1":"82393337501622","imei2":"82393337501622","popurl":"www.bhupati-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172173,"job_number":"JOB_172173","tr_customer_id":172190,"tr_customer_product_id":172180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Anal Nehru","mobile_number":"9622382709","email_id":"gajabahu.tagore@hotmail.com","dop":"2026-01-21","serial_number":"94944055892893","imei1":"94944055892893","imei2":"94944055892893","popurl":"www.shashi-dutta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172175,"job_number":"JOB_172175","tr_customer_id":172192,"tr_customer_product_id":172182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Lavanya Dubashi","mobile_number":"9121838009","email_id":"akshaj.joshi@gmail.com","dop":"2026-01-21","serial_number":"78500931463017","imei1":"78500931463017","imei2":"78500931463017","popurl":"www.adhiraj-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172177,"job_number":"JOB_172177","tr_customer_id":172194,"tr_customer_product_id":172184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gauraang Trivedi","mobile_number":"9452975786","email_id":"nanda.khanna@gmail.com","dop":"2026-01-21","serial_number":"60163715427998","imei1":"60163715427998","imei2":"60163715427998","popurl":"www.bhagwanti-patil.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172178,"job_number":"JOB_172178","tr_customer_id":172195,"tr_customer_product_id":172185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Gati Nambeesan","mobile_number":"9881290022","email_id":"dhara.dhawan@gmail.com","dop":"2026-01-21","serial_number":"12163654214251","imei1":"12163654214251","imei2":"12163654214251","popurl":"www.preity-bandopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172179,"job_number":"JOB_172179","tr_customer_id":172196,"tr_customer_product_id":172186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Shashi Panicker","mobile_number":"9898053351","email_id":"anang.singh@yahoo.co.in","dop":"2026-01-21","serial_number":"05654235389567","imei1":"05654235389567","imei2":"05654235389567","popurl":"www.sloka-sethi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172181,"job_number":"JOB_172181","tr_customer_id":172198,"tr_customer_product_id":172188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Bahula Banerjee","mobile_number":"9832900663","email_id":"kalpana.nambeesan@hotmail.com","dop":"2026-01-21","serial_number":"23791424302436","imei1":"23791424302436","imei2":"23791424302436","popurl":"www.lakshmidhar-gandhi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172182,"job_number":"JOB_172182","tr_customer_id":172199,"tr_customer_product_id":172189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:35.000Z","name":"Mayoor Johar","mobile_number":"9486443310","email_id":"avadhesh.acharya@gmail.com","dop":"2026-01-21","serial_number":"41854114889991","imei1":"41854114889991","imei2":"41854114889991","popurl":"www.chitrangada-reddy.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172183,"job_number":"JOB_172183","tr_customer_id":172200,"tr_customer_product_id":172190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:35.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Somu Guneta","mobile_number":"9701133698","email_id":"menaka.guneta@yahoo.co.in","dop":"2026-01-21","serial_number":"08266682468762","imei1":"08266682468762","imei2":"08266682468762","popurl":"www.lakshmidhar-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172185,"job_number":"JOB_172185","tr_customer_id":172202,"tr_customer_product_id":172192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Suryakantam Kocchar","mobile_number":"9049884996","email_id":"chandrabhan.mehra@gmail.com","dop":"2026-01-21","serial_number":"07596982818159","imei1":"07596982818159","imei2":"07596982818159","popurl":"www.shobhana-kapoor.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172186,"job_number":"JOB_172186","tr_customer_id":172203,"tr_customer_product_id":172193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Himani Reddy","mobile_number":"9779472838","email_id":"trilok.abbott@yahoo.co.in","dop":"2026-01-21","serial_number":"69801132836599","imei1":"69801132836599","imei2":"69801132836599","popurl":"www.aadrika-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172187,"job_number":"JOB_172187","tr_customer_id":172204,"tr_customer_product_id":172194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Trilochan Bhattacharya","mobile_number":"9413110251","email_id":"annapurna.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"67063273118955","imei1":"67063273118955","imei2":"67063273118955","popurl":"www.chinmayananda-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172189,"job_number":"JOB_172189","tr_customer_id":172206,"tr_customer_product_id":172196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Rita Banerjee","mobile_number":"9499110260","email_id":"abhirath.gupta@yahoo.co.in","dop":"2026-01-21","serial_number":"95833127919777","imei1":"95833127919777","imei2":"95833127919777","popurl":"www.chapal-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172190,"job_number":"JOB_172190","tr_customer_id":172207,"tr_customer_product_id":172197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Sudeva Nayar","mobile_number":"9215275223","email_id":"chetan.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"93618635514592","imei1":"93618635514592","imei2":"93618635514592","popurl":"www.esha-mehrotra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172191,"job_number":"JOB_172191","tr_customer_id":172208,"tr_customer_product_id":172198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Deeptanshu Jha","mobile_number":"9627266875","email_id":"bhisham.panicker@gmail.com","dop":"2026-01-21","serial_number":"08416394460997","imei1":"08416394460997","imei2":"08416394460997","popurl":"www.dayaanidhi-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172193,"job_number":"JOB_172193","tr_customer_id":172210,"tr_customer_product_id":172200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Leela Joshi","mobile_number":"9793573072","email_id":"harit.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"30862528954129","imei1":"30862528954129","imei2":"30862528954129","popurl":"www.bhooshit-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172194,"job_number":"JOB_172194","tr_customer_id":172211,"tr_customer_product_id":172201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:36.000Z","modified_at":"2026-01-30T20:29:36.000Z","name":"Baijayanti Jha","mobile_number":"9148039050","email_id":"subhasini.abbott@gmail.com","dop":"2026-01-21","serial_number":"12157154681644","imei1":"12157154681644","imei2":"12157154681644","popurl":"www.bhadraksh-gupta.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172195,"job_number":"JOB_172195","tr_customer_id":172212,"tr_customer_product_id":172202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Preity Guha","mobile_number":"9764676523","email_id":"aadi.nayar@yahoo.co.in","dop":"2026-01-21","serial_number":"48981107058279","imei1":"48981107058279","imei2":"48981107058279","popurl":"www.dhanu-mahajan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172196,"job_number":"JOB_172196","tr_customer_id":172213,"tr_customer_product_id":172203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Ramesh Joshi","mobile_number":"9728098896","email_id":"divjot.iyengar@hotmail.com","dop":"2026-01-21","serial_number":"53133726967025","imei1":"53133726967025","imei2":"53133726967025","popurl":"www.girindra-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172198,"job_number":"JOB_172198","tr_customer_id":172215,"tr_customer_product_id":172205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Deenabandhu Kakkar","mobile_number":"9446032364","email_id":"mina.dwivedi@hotmail.com","dop":"2026-01-21","serial_number":"33344564069818","imei1":"33344564069818","imei2":"33344564069818","popurl":"www.ekaling-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172199,"job_number":"JOB_172199","tr_customer_id":172216,"tr_customer_product_id":172206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Nalini Talwar","mobile_number":"9704729227","email_id":"indira.pandey@hotmail.com","dop":"2026-01-21","serial_number":"23804645168183","imei1":"23804645168183","imei2":"23804645168183","popurl":"www.bilva-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172201,"job_number":"JOB_172201","tr_customer_id":172218,"tr_customer_product_id":172208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Siddhi Shah","mobile_number":"9941190314","email_id":"dhananjay.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"28803880833457","imei1":"28803880833457","imei2":"28803880833457","popurl":"www.vijay-acharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172202,"job_number":"JOB_172202","tr_customer_id":172219,"tr_customer_product_id":172209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chakradhar Bandopadhyay","mobile_number":"9255303930","email_id":"rahul.naik@gmail.com","dop":"2026-01-21","serial_number":"83397673721704","imei1":"83397673721704","imei2":"83397673721704","popurl":"www.ajeet-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172203,"job_number":"JOB_172203","tr_customer_id":172220,"tr_customer_product_id":172210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Chandira Kakkar","mobile_number":"9969561090","email_id":"bhaswar.embranthiri@hotmail.com","dop":"2026-01-21","serial_number":"76060909283609","imei1":"76060909283609","imei2":"76060909283609","popurl":"www.anandamayi-joshi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172204,"job_number":"JOB_172204","tr_customer_id":172221,"tr_customer_product_id":172211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Mangala Verma","mobile_number":"9870067076","email_id":"jagdish.dubashi@hotmail.com","dop":"2026-01-21","serial_number":"00697017668864","imei1":"00697017668864","imei2":"00697017668864","popurl":"www.jagathi-devar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172205,"job_number":"JOB_172205","tr_customer_id":172222,"tr_customer_product_id":172212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:29:37.000Z","modified_at":"2026-01-30T20:29:37.000Z","name":"Darshan Nehru","mobile_number":"9252093477","email_id":"kanishka.tagore@gmail.com","dop":"2026-01-21","serial_number":"69589514444597","imei1":"69589514444597","imei2":"69589514444597","popurl":"www.brahmabrata-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172208,"job_number":"JOB_172208","tr_customer_id":172225,"tr_customer_product_id":172215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Leda Monahan","mobile_number":"206-513-6241","email_id":"Dean_Rempel55@yahoo.com","dop":"2025-09-09","serial_number":"19119286454424","imei1":"19119286454424","imei2":"19119286454424","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172209,"job_number":"JOB_172209","tr_customer_id":172226,"tr_customer_product_id":172216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:54.000Z","modified_at":"2026-01-30T20:30:54.000Z","name":"Angelo Roberts","mobile_number":"535-989-1933","email_id":"Foster6@gmail.com","dop":"2025-09-09","serial_number":"16598250900709","imei1":"16598250900709","imei2":"16598250900709","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172211,"job_number":"JOB_172211","tr_customer_id":172228,"tr_customer_product_id":172218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Mona Considine","mobile_number":"929-816-0907","email_id":"Hettie_Schmitt75@yahoo.com","dop":"2025-09-09","serial_number":"11478434180121","imei1":"11478434180121","imei2":"11478434180121","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172212,"job_number":"JOB_172212","tr_customer_id":172229,"tr_customer_product_id":172219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:30:59.000Z","modified_at":"2026-01-30T20:30:59.000Z","name":"Raymond Wisoky","mobile_number":"410-296-7538","email_id":"Newell.Lind@yahoo.com","dop":"2025-09-09","serial_number":"14175462214158","imei1":"14175462214158","imei2":"14175462214158","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172214,"job_number":"JOB_172214","tr_customer_id":172231,"tr_customer_product_id":172221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Darren Gulgowski","mobile_number":"290-759-5910","email_id":"Prince_Botsford2@hotmail.com","dop":"2025-09-09","serial_number":"12225357032082","imei1":"12225357032082","imei2":"12225357032082","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172215,"job_number":"JOB_172215","tr_customer_id":172232,"tr_customer_product_id":172222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:31:04.000Z","modified_at":"2026-01-30T20:31:04.000Z","name":"Cesar Pfeffer","mobile_number":"770-220-0283","email_id":"Tania_Hilll@hotmail.com","dop":"2025-09-09","serial_number":"16675578753265","imei1":"16675578753265","imei2":"16675578753265","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:31:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172217,"job_number":"JOB_172217","tr_customer_id":172234,"tr_customer_product_id":172224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:42:59.000Z","modified_at":"2026-01-30T20:42:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19544533056169","imei1":"19544533056169","imei2":"19544533056169","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172219,"job_number":"JOB_172219","tr_customer_id":172236,"tr_customer_product_id":172226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:01.000Z","modified_at":"2026-01-30T20:43:01.000Z","name":"Breanne Wolf","mobile_number":"443-570-3263","email_id":"Daphne94@yahoo.com","dop":"2025-11-11","serial_number":"1085584715011457","imei1":"1085584715011457","imei2":"1085584715011457","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172220,"job_number":"JOB_172220","tr_customer_id":172237,"tr_customer_product_id":172227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:48.000Z","modified_at":"2026-01-30T20:43:48.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19628010922136","imei1":"19628010922136","imei2":"19628010922136","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172222,"job_number":"JOB_172222","tr_customer_id":172239,"tr_customer_product_id":172229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:43:50.000Z","modified_at":"2026-01-30T20:43:50.000Z","name":"Cathrine Weimann","mobile_number":"524-400-7958","email_id":"Guy.Gottlieb@hotmail.com","dop":"2025-11-11","serial_number":"1035248657334028","imei1":"1035248657334028","imei2":"1035248657334028","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172223,"job_number":"JOB_172223","tr_customer_id":172240,"tr_customer_product_id":172230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:37.000Z","modified_at":"2026-01-30T20:44:37.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11161754173233","imei1":"11161754173233","imei2":"11161754173233","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172225,"job_number":"JOB_172225","tr_customer_id":172242,"tr_customer_product_id":172232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:44:39.000Z","modified_at":"2026-01-30T20:44:39.000Z","name":"Jamarcus Ratke","mobile_number":"288-677-9703","email_id":"Elna_Koepp@yahoo.com","dop":"2025-11-11","serial_number":"1017141540239387","imei1":"1017141540239387","imei2":"1017141540239387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172226,"job_number":"JOB_172226","tr_customer_id":172243,"tr_customer_product_id":172233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:17.000Z","modified_at":"2026-01-30T20:51:17.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17058000897923","imei1":"17058000897923","imei2":"17058000897923","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172228,"job_number":"JOB_172228","tr_customer_id":172245,"tr_customer_product_id":172235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:19.000Z","modified_at":"2026-01-30T20:51:19.000Z","name":"Shaniya Hickle","mobile_number":"835-559-7183","email_id":"Waldo42@gmail.com","dop":"2025-11-11","serial_number":"1005553285183606","imei1":"1005553285183606","imei2":"1005553285183606","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172229,"job_number":"JOB_172229","tr_customer_id":172246,"tr_customer_product_id":172236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:36.000Z","modified_at":"2026-01-30T20:51:36.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13703855569056","imei1":"13703855569056","imei2":"13703855569056","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172231,"job_number":"JOB_172231","tr_customer_id":172248,"tr_customer_product_id":172238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:51:37.000Z","modified_at":"2026-01-30T20:51:37.000Z","name":"Haylie Dicki","mobile_number":"541-237-1218","email_id":"Junior_Ratke@yahoo.com","dop":"2025-11-11","serial_number":"1012835298287185","imei1":"1012835298287185","imei2":"1012835298287185","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172232,"job_number":"JOB_172232","tr_customer_id":172249,"tr_customer_product_id":172239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:10.000Z","modified_at":"2026-01-30T20:52:10.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15700311301367","imei1":"15700311301367","imei2":"15700311301367","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172234,"job_number":"JOB_172234","tr_customer_id":172251,"tr_customer_product_id":172241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:11.000Z","modified_at":"2026-01-30T20:52:11.000Z","name":"Bradford Hickle","mobile_number":"610-924-8824","email_id":"Stanley_Balistreri15@gmail.com","dop":"2025-11-11","serial_number":"1001413425432497","imei1":"1001413425432497","imei2":"1001413425432497","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172235,"job_number":"JOB_172235","tr_customer_id":172252,"tr_customer_product_id":172242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:29.000Z","modified_at":"2026-01-30T20:52:29.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10060463253525","imei1":"10060463253525","imei2":"10060463253525","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172237,"job_number":"JOB_172237","tr_customer_id":172254,"tr_customer_product_id":172244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:52:31.000Z","modified_at":"2026-01-30T20:52:31.000Z","name":"Danyka Collier","mobile_number":"745-988-7361","email_id":"Beverly11@hotmail.com","dop":"2025-11-11","serial_number":"1021574037459725","imei1":"1021574037459725","imei2":"1021574037459725","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:52:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172238,"job_number":"JOB_172238","tr_customer_id":172255,"tr_customer_product_id":172245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:02.000Z","modified_at":"2026-01-30T20:53:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17013186726131","imei1":"17013186726131","imei2":"17013186726131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172240,"job_number":"JOB_172240","tr_customer_id":172257,"tr_customer_product_id":172247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:04.000Z","modified_at":"2026-01-30T20:53:04.000Z","name":"Mossie Daugherty","mobile_number":"649-287-0843","email_id":"Josie_Romaguera@hotmail.com","dop":"2025-11-11","serial_number":"1067730773611174","imei1":"1067730773611174","imei2":"1067730773611174","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172241,"job_number":"JOB_172241","tr_customer_id":172258,"tr_customer_product_id":172248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:23.000Z","modified_at":"2026-01-30T20:53:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17893835945458","imei1":"17893835945458","imei2":"17893835945458","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172243,"job_number":"JOB_172243","tr_customer_id":172260,"tr_customer_product_id":172250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:53:25.000Z","modified_at":"2026-01-30T20:53:25.000Z","name":"Earnestine Bechtelar","mobile_number":"552-372-5620","email_id":"Nels.Labadie20@yahoo.com","dop":"2025-11-11","serial_number":"1068068435317336","imei1":"1068068435317336","imei2":"1068068435317336","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172244,"job_number":"JOB_172244","tr_customer_id":172261,"tr_customer_product_id":172251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19570296297722","imei1":"19570296297722","imei2":"19570296297722","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172245,"job_number":"JOB_172245","tr_customer_id":172262,"tr_customer_product_id":172252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:56.000Z","modified_at":"2026-01-30T20:55:56.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13704842992681","imei1":"13704842992681","imei2":"13704842992681","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172248,"job_number":"JOB_172248","tr_customer_id":172265,"tr_customer_product_id":172255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:57.000Z","modified_at":"2026-01-30T20:55:57.000Z","name":"Sarina Glover","mobile_number":"887-775-3733","email_id":"Jessy_Cremin70@yahoo.com","dop":"2025-11-11","serial_number":"1075161369597434","imei1":"1075161369597434","imei2":"1075161369597434","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172249,"job_number":"JOB_172249","tr_customer_id":172266,"tr_customer_product_id":172256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:55:58.000Z","modified_at":"2026-01-30T20:55:58.000Z","name":"Johann Hettinger","mobile_number":"968-391-8628","email_id":"Nicholas_Friesen@hotmail.com","dop":"2025-11-11","serial_number":"1095495010245508","imei1":"1095495010245508","imei2":"1095495010245508","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172250,"job_number":"JOB_172250","tr_customer_id":172267,"tr_customer_product_id":172257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:34.000Z","modified_at":"2026-01-30T20:56:34.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-25","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-25T20:56:33.921189665Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172251,"job_number":"JOB_172251","tr_customer_id":172268,"tr_customer_product_id":172258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:45.000Z","modified_at":"2026-01-30T20:56:45.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18375673252745","imei1":"18375673252745","imei2":"18375673252745","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172253,"job_number":"JOB_172253","tr_customer_id":172270,"tr_customer_product_id":172260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:46.000Z","modified_at":"2026-01-30T20:56:46.000Z","name":"Cletus Bogan","mobile_number":"570-248-0104","email_id":"Karen_Haag@hotmail.com","dop":"2025-11-11","serial_number":"1089205796574876","imei1":"1089205796574876","imei2":"1089205796574876","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172254,"job_number":"JOB_172254","tr_customer_id":172271,"tr_customer_product_id":172261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:47.000Z","modified_at":"2026-01-30T20:56:47.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"12239763325526","imei1":"12239763325526","imei2":"12239763325526","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172256,"job_number":"JOB_172256","tr_customer_id":172273,"tr_customer_product_id":172263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:49.000Z","modified_at":"2026-01-30T20:56:49.000Z","name":"Vern Wintheiser","mobile_number":"840-810-4383","email_id":"Rodrigo68@hotmail.com","dop":"2025-11-11","serial_number":"1056360042324112","imei1":"1056360042324112","imei2":"1056360042324112","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172257,"job_number":"JOB_172257","tr_customer_id":172274,"tr_customer_product_id":172264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Shankar Prajapat","mobile_number":"9634697380","email_id":"shivakari.gandhi@yahoo.co.in","dop":"2026-01-21","serial_number":"63777902912915","imei1":"63777902912915","imei2":"63777902912915","popurl":"www.himadri-guneta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172258,"job_number":"JOB_172258","tr_customer_id":172275,"tr_customer_product_id":172265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Avani Guha","mobile_number":"9750306537","email_id":"keerti.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"14215736508311","imei1":"14215736508311","imei2":"14215736508311","popurl":"www.giriraj-gowda.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172259,"job_number":"JOB_172259","tr_customer_id":172276,"tr_customer_product_id":172266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Gandhi","mobile_number":"9659771843","email_id":"vasudha.rana@gmail.com","dop":"2026-01-21","serial_number":"10743531080258","imei1":"10743531080258","imei2":"10743531080258","popurl":"www.ananda-sethi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172260,"job_number":"JOB_172260","tr_customer_id":172277,"tr_customer_product_id":172267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Bilva Verma","mobile_number":"9480272036","email_id":"aatmaja.panicker@gmail.com","dop":"2026-01-21","serial_number":"12759868474276","imei1":"12759868474276","imei2":"12759868474276","popurl":"www.sloka-dutta.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172261,"job_number":"JOB_172261","tr_customer_id":172278,"tr_customer_product_id":172268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Dhana Bharadwaj","mobile_number":"9943769865","email_id":"pramila.banerjee@hotmail.com","dop":"2026-01-21","serial_number":"84390560577860","imei1":"84390560577860","imei2":"84390560577860","popurl":"www.vaijayanthi-gowda.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172262,"job_number":"JOB_172262","tr_customer_id":172279,"tr_customer_product_id":172269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Hiranya Mahajan","mobile_number":"9957134967","email_id":"jay.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"66255576499187","imei1":"66255576499187","imei2":"66255576499187","popurl":"www.parvati-gill.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172263,"job_number":"JOB_172263","tr_customer_id":172280,"tr_customer_product_id":172270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lai Trivedi","mobile_number":"9469923332","email_id":"deeptendu.khan@gmail.com","dop":"2026-01-21","serial_number":"69944918875070","imei1":"69944918875070","imei2":"69944918875070","popurl":"www.subhashini-devar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172264,"job_number":"JOB_172264","tr_customer_id":172281,"tr_customer_product_id":172271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Adityanandan Namboothiri","mobile_number":"9747818922","email_id":"chandranath.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"06260748752962","imei1":"06260748752962","imei2":"06260748752962","popurl":"www.ghanashyam-johar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172265,"job_number":"JOB_172265","tr_customer_id":172282,"tr_customer_product_id":172272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Lila Desai","mobile_number":"9901506573","email_id":"gangesh.kaur@yahoo.co.in","dop":"2026-01-21","serial_number":"08649359121173","imei1":"08649359121173","imei2":"08649359121173","popurl":"www.geetanjali-jain.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172266,"job_number":"JOB_172266","tr_customer_id":172283,"tr_customer_product_id":172273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:56:59.000Z","modified_at":"2026-01-30T20:56:59.000Z","name":"Pranay Kakkar","mobile_number":"9012764455","email_id":"param.butt@gmail.com","dop":"2026-01-21","serial_number":"49074397904736","imei1":"49074397904736","imei2":"49074397904736","popurl":"www.krishnadasa-somayaji.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172267,"job_number":"JOB_172267","tr_customer_id":172284,"tr_customer_product_id":172274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Nambeesan","mobile_number":"9590831793","email_id":"deeptimayee.gupta@gmail.com","dop":"2026-01-21","serial_number":"34637831655089","imei1":"34637831655089","imei2":"34637831655089","popurl":"www.anusuya-asan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172268,"job_number":"JOB_172268","tr_customer_id":172285,"tr_customer_product_id":172275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Vaijayanthi Tandon","mobile_number":"9852523319","email_id":"swarnalata.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"72756267590305","imei1":"72756267590305","imei2":"72756267590305","popurl":"www.minakshi-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172269,"job_number":"JOB_172269","tr_customer_id":172286,"tr_customer_product_id":172276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Hiranya Agarwal","mobile_number":"9482363798","email_id":"bhupen.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"69783826652317","imei1":"69783826652317","imei2":"69783826652317","popurl":"www.chaaruchandra-chattopadhyay.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172270,"job_number":"JOB_172270","tr_customer_id":172287,"tr_customer_product_id":172277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Som Trivedi","mobile_number":"9807152443","email_id":"manisha.joshi@gmail.com","dop":"2026-01-21","serial_number":"11477959077754","imei1":"11477959077754","imei2":"11477959077754","popurl":"www.chandni-arora.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172271,"job_number":"JOB_172271","tr_customer_id":172288,"tr_customer_product_id":172278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Ananda Butt","mobile_number":"9814891285","email_id":"geetanjali.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"28782650726651","imei1":"28782650726651","imei2":"28782650726651","popurl":"www.dev-johar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172272,"job_number":"JOB_172272","tr_customer_id":172289,"tr_customer_product_id":172279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Chandani Abbott","mobile_number":"9399519146","email_id":"aaditya.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"32484022805291","imei1":"32484022805291","imei2":"32484022805291","popurl":"www.hiranya-saini.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172273,"job_number":"JOB_172273","tr_customer_id":172290,"tr_customer_product_id":172280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Diptendu Reddy","mobile_number":"9784007077","email_id":"dhyaneshwar.mahajan@yahoo.co.in","dop":"2026-01-21","serial_number":"31370456158623","imei1":"31370456158623","imei2":"31370456158623","popurl":"www.gandharv-varma.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172274,"job_number":"JOB_172274","tr_customer_id":172291,"tr_customer_product_id":172281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Mangalya Panicker","mobile_number":"9338947053","email_id":"deeptimayee.shukla@gmail.com","dop":"2026-01-21","serial_number":"20923833154809","imei1":"20923833154809","imei2":"20923833154809","popurl":"www.abhisyanta-iyer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172275,"job_number":"JOB_172275","tr_customer_id":172292,"tr_customer_product_id":172282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Draupadi Kakkar","mobile_number":"9421433464","email_id":"mandaakin.abbott@gmail.com","dop":"2026-01-21","serial_number":"41950063431761","imei1":"41950063431761","imei2":"41950063431761","popurl":"www.charuvrat-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172276,"job_number":"JOB_172276","tr_customer_id":172293,"tr_customer_product_id":172283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:00.000Z","modified_at":"2026-01-30T20:57:00.000Z","name":"Avantika Johar","mobile_number":"9358115063","email_id":"anusuya.gowda@gmail.com","dop":"2026-01-21","serial_number":"94098252958613","imei1":"94098252958613","imei2":"94098252958613","popurl":"www.vimala-chattopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172277,"job_number":"JOB_172277","tr_customer_id":172294,"tr_customer_product_id":172284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kannen Nambeesan","mobile_number":"9366893455","email_id":"bhaanumati.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"77805082044177","imei1":"77805082044177","imei2":"77805082044177","popurl":"www.dhanapati-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172278,"job_number":"JOB_172278","tr_customer_id":172295,"tr_customer_product_id":172285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kirti Marar","mobile_number":"9719192471","email_id":"nikita.mehrotra@yahoo.co.in","dop":"2026-01-21","serial_number":"05454724102886","imei1":"05454724102886","imei2":"05454724102886","popurl":"www.subodh-marar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172279,"job_number":"JOB_172279","tr_customer_id":172296,"tr_customer_product_id":172286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Balagovind Varma","mobile_number":"9240559918","email_id":"omana.pothuvaal@gmail.com","dop":"2026-01-21","serial_number":"25290532001883","imei1":"25290532001883","imei2":"25290532001883","popurl":"www.gatik-kaul.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172280,"job_number":"JOB_172280","tr_customer_id":172297,"tr_customer_product_id":172287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Shubha Varman","mobile_number":"9171770612","email_id":"prema.ganaka@gmail.com","dop":"2026-01-21","serial_number":"82736425637724","imei1":"82736425637724","imei2":"82736425637724","popurl":"www.swapnil-dwivedi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172281,"job_number":"JOB_172281","tr_customer_id":172298,"tr_customer_product_id":172288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Anusuya Shah","mobile_number":"9531108965","email_id":"krishnadasa.pilla@yahoo.co.in","dop":"2026-01-21","serial_number":"88644357229456","imei1":"88644357229456","imei2":"88644357229456","popurl":"www.chiranjeev-chopra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172282,"job_number":"JOB_172282","tr_customer_id":172299,"tr_customer_product_id":172289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Kalpana Namboothiri","mobile_number":"9343006747","email_id":"hiranmay.bharadwaj@hotmail.com","dop":"2026-01-21","serial_number":"14642406334645","imei1":"14642406334645","imei2":"14642406334645","popurl":"www.vaijayanthi-nambeesan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172283,"job_number":"JOB_172283","tr_customer_id":172300,"tr_customer_product_id":172290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Girik Mishra","mobile_number":"9877618078","email_id":"sanka.bandopadhyay@gmail.com","dop":"2026-01-21","serial_number":"09666796381791","imei1":"09666796381791","imei2":"09666796381791","popurl":"www.hiranya-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172284,"job_number":"JOB_172284","tr_customer_id":172301,"tr_customer_product_id":172291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Jitendra Nayar","mobile_number":"9658164388","email_id":"goswamee.kaur@hotmail.com","dop":"2026-01-21","serial_number":"06672821934951","imei1":"06672821934951","imei2":"06672821934951","popurl":"www.gautam-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172285,"job_number":"JOB_172285","tr_customer_id":172302,"tr_customer_product_id":172292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Bilva Varma","mobile_number":"9376051242","email_id":"narendra.joshi@gmail.com","dop":"2026-01-21","serial_number":"16169966796903","imei1":"16169966796903","imei2":"16169966796903","popurl":"www.dharani-rana.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172286,"job_number":"JOB_172286","tr_customer_id":172303,"tr_customer_product_id":172293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:01.000Z","modified_at":"2026-01-30T20:57:01.000Z","name":"Agnivesh Bhattacharya","mobile_number":"9446861095","email_id":"aditeya.dhawan@yahoo.co.in","dop":"2026-01-21","serial_number":"91301277861296","imei1":"91301277861296","imei2":"91301277861296","popurl":"www.baidehi-iyer.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172287,"job_number":"JOB_172287","tr_customer_id":172304,"tr_customer_product_id":172294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Divaakar Shah","mobile_number":"9039788827","email_id":"deeptendu.pandey@yahoo.co.in","dop":"2026-01-21","serial_number":"94887109830540","imei1":"94887109830540","imei2":"94887109830540","popurl":"www.aasa-mishra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172288,"job_number":"JOB_172288","tr_customer_id":172305,"tr_customer_product_id":172295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Vimal Mahajan","mobile_number":"9047392719","email_id":"nikita.kaniyar@gmail.com","dop":"2026-01-21","serial_number":"92066034738532","imei1":"92066034738532","imei2":"92066034738532","popurl":"www.sanya-sethi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172289,"job_number":"JOB_172289","tr_customer_id":172306,"tr_customer_product_id":172296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Baidehi Gowda","mobile_number":"9095873070","email_id":"agnimitra.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"85670663889508","imei1":"85670663889508","imei2":"85670663889508","popurl":"www.siddhi-arora.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172290,"job_number":"JOB_172290","tr_customer_id":172307,"tr_customer_product_id":172297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Shantanu Nayar","mobile_number":"9777093267","email_id":"deeptimoy.dubashi@yahoo.co.in","dop":"2026-01-21","serial_number":"06350588587682","imei1":"06350588587682","imei2":"06350588587682","popurl":"www.bhagavaan-nehru.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172291,"job_number":"JOB_172291","tr_customer_id":172308,"tr_customer_product_id":172298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Laxman Patil","mobile_number":"9092447584","email_id":"deevakar.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"64517218077228","imei1":"64517218077228","imei2":"64517218077228","popurl":"www.charvi-bhattathiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172292,"job_number":"JOB_172292","tr_customer_id":172309,"tr_customer_product_id":172299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Adwitiya Ganaka","mobile_number":"9969851001","email_id":"jyotsana.somayaji@hotmail.com","dop":"2026-01-21","serial_number":"31482066583510","imei1":"31482066583510","imei2":"31482066583510","popurl":"www.upendra-chattopadhyay.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172293,"job_number":"JOB_172293","tr_customer_id":172310,"tr_customer_product_id":172300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:02.000Z","modified_at":"2026-01-30T20:57:02.000Z","name":"Amish Gandhi","mobile_number":"9092263874","email_id":"drona.khanna@hotmail.com","dop":"2026-01-21","serial_number":"69750126956132","imei1":"69750126956132","imei2":"69750126956132","popurl":"www.vaidehi-ahuja.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172294,"job_number":"JOB_172294","tr_customer_id":172311,"tr_customer_product_id":172301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Shankar Kaul","mobile_number":"9949869801","email_id":"krishnadasa.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"16732174160845","imei1":"16732174160845","imei2":"16732174160845","popurl":"www.agnimitra-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172295,"job_number":"JOB_172295","tr_customer_id":172312,"tr_customer_product_id":172302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Heema Mukhopadhyay","mobile_number":"9497047067","email_id":"hamsini.tagore@yahoo.co.in","dop":"2026-01-21","serial_number":"23564478484673","imei1":"23564478484673","imei2":"23564478484673","popurl":"www.vimal-khanna.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172296,"job_number":"JOB_172296","tr_customer_id":172313,"tr_customer_product_id":172303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Hari Sharma","mobile_number":"9348461934","email_id":"chandraprabha.dwivedi@gmail.com","dop":"2026-01-21","serial_number":"60344085157137","imei1":"60344085157137","imei2":"60344085157137","popurl":"www.asha-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172297,"job_number":"JOB_172297","tr_customer_id":172314,"tr_customer_product_id":172304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:03.000Z","name":"Dev Mehrotra","mobile_number":"9910266842","email_id":"madhuri.ganaka@yahoo.co.in","dop":"2026-01-21","serial_number":"31989284627354","imei1":"31989284627354","imei2":"31989284627354","popurl":"www.naval-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172298,"job_number":"JOB_172298","tr_customer_id":172315,"tr_customer_product_id":172305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:03.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Rajan Mehrotra","mobile_number":"9027627427","email_id":"jagdish.khan@yahoo.co.in","dop":"2026-01-21","serial_number":"87102758817384","imei1":"87102758817384","imei2":"87102758817384","popurl":"www.jaya-malik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172299,"job_number":"JOB_172299","tr_customer_id":172316,"tr_customer_product_id":172306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Paramartha Pandey","mobile_number":"9326081644","email_id":"krishnadas.reddy@yahoo.co.in","dop":"2026-01-21","serial_number":"20867976497633","imei1":"20867976497633","imei2":"20867976497633","popurl":"www.naval-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172300,"job_number":"JOB_172300","tr_customer_id":172317,"tr_customer_product_id":172307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Divakar Mukhopadhyay","mobile_number":"9754306038","email_id":"aanandaswarup.jain@gmail.com","dop":"2026-01-21","serial_number":"36851516730385","imei1":"36851516730385","imei2":"36851516730385","popurl":"www.anasuya-iyengar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172301,"job_number":"JOB_172301","tr_customer_id":172318,"tr_customer_product_id":172308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Gajaadhar Agarwal","mobile_number":"9636926400","email_id":"ritesh.chaturvedi@hotmail.com","dop":"2026-01-21","serial_number":"34360597193046","imei1":"34360597193046","imei2":"34360597193046","popurl":"www.shantanu-reddy.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172302,"job_number":"JOB_172302","tr_customer_id":172319,"tr_customer_product_id":172309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Chitrali Rana","mobile_number":"9994644284","email_id":"gopi.sharma@hotmail.com","dop":"2026-01-21","serial_number":"68984632956765","imei1":"68984632956765","imei2":"68984632956765","popurl":"www.gouranga-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172303,"job_number":"JOB_172303","tr_customer_id":172320,"tr_customer_product_id":172310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Bilva Gandhi","mobile_number":"9116893002","email_id":"lakshmidhar.prajapat@yahoo.co.in","dop":"2026-01-21","serial_number":"63436966451528","imei1":"63436966451528","imei2":"63436966451528","popurl":"www.veda-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172304,"job_number":"JOB_172304","tr_customer_id":172321,"tr_customer_product_id":172311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Ekdant Malik","mobile_number":"9433226022","email_id":"mandakini.kocchar@yahoo.co.in","dop":"2026-01-21","serial_number":"28090344543156","imei1":"28090344543156","imei2":"28090344543156","popurl":"www.jaimini-johar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172305,"job_number":"JOB_172305","tr_customer_id":172322,"tr_customer_product_id":172312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Akshayakeerti Bharadwaj","mobile_number":"9239829892","email_id":"atmananda.namboothiri@yahoo.co.in","dop":"2026-01-21","serial_number":"06420293804442","imei1":"06420293804442","imei2":"06420293804442","popurl":"www.meghnath-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172306,"job_number":"JOB_172306","tr_customer_id":172323,"tr_customer_product_id":172313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Vidur Jha","mobile_number":"9093862593","email_id":"mani.chattopadhyay@yahoo.co.in","dop":"2026-01-21","serial_number":"59804329390314","imei1":"59804329390314","imei2":"59804329390314","popurl":"www.avadhesh-gill.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172307,"job_number":"JOB_172307","tr_customer_id":172324,"tr_customer_product_id":172314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:04.000Z","modified_at":"2026-01-30T20:57:04.000Z","name":"Tara Sethi","mobile_number":"9692043315","email_id":"ganapati.menon@gmail.com","dop":"2026-01-21","serial_number":"63015364750442","imei1":"63015364750442","imei2":"63015364750442","popurl":"www.ajit-saini.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172308,"job_number":"JOB_172308","tr_customer_id":172325,"tr_customer_product_id":172315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Swapnil Naik","mobile_number":"9684855222","email_id":"chiranjeeve.banerjee@yahoo.co.in","dop":"2026-01-21","serial_number":"69969040737950","imei1":"69969040737950","imei2":"69969040737950","popurl":"www.raj-khan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172309,"job_number":"JOB_172309","tr_customer_id":172326,"tr_customer_product_id":172316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Chandrakin Ahuja","mobile_number":"9287498736","email_id":"bhooshan.ahuja@gmail.com","dop":"2026-01-21","serial_number":"87052876650230","imei1":"87052876650230","imei2":"87052876650230","popurl":"www.sharmila-nambeesan.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172310,"job_number":"JOB_172310","tr_customer_id":172327,"tr_customer_product_id":172317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Rajiv Iyengar","mobile_number":"9659253536","email_id":"bhaves.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"22423034135189","imei1":"22423034135189","imei2":"22423034135189","popurl":"www.subodh-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172311,"job_number":"JOB_172311","tr_customer_id":172328,"tr_customer_product_id":172318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Adikavi Iyengar","mobile_number":"9813160024","email_id":"charumati.pilla@gmail.com","dop":"2026-01-21","serial_number":"44980838400503","imei1":"44980838400503","imei2":"44980838400503","popurl":"www.indra-johar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172312,"job_number":"JOB_172312","tr_customer_id":172329,"tr_customer_product_id":172319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Shwet Bhattacharya","mobile_number":"9844337172","email_id":"bhagavaan.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"24193999219691","imei1":"24193999219691","imei2":"24193999219691","popurl":"www.arnesh-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172313,"job_number":"JOB_172313","tr_customer_id":172330,"tr_customer_product_id":172320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Anjushri Dhawan","mobile_number":"9290064014","email_id":"dhara.gupta@hotmail.com","dop":"2026-01-21","serial_number":"68196127207549","imei1":"68196127207549","imei2":"68196127207549","popurl":"www.satyen-shah.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172314,"job_number":"JOB_172314","tr_customer_id":172331,"tr_customer_product_id":172321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Ujjwal Dwivedi","mobile_number":"9892155090","email_id":"rajinder.dutta@hotmail.com","dop":"2026-01-21","serial_number":"34077708064860","imei1":"34077708064860","imei2":"34077708064860","popurl":"www.bhadrak-sinha.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172315,"job_number":"JOB_172315","tr_customer_id":172332,"tr_customer_product_id":172322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Triloki Nath Tandon","mobile_number":"9277560351","email_id":"dipesh.kapoor@gmail.com","dop":"2026-01-21","serial_number":"54736521828467","imei1":"54736521828467","imei2":"54736521828467","popurl":"www.esha-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172316,"job_number":"JOB_172316","tr_customer_id":172333,"tr_customer_product_id":172323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Sanya Bhat","mobile_number":"9962811166","email_id":"vidur.kaul@gmail.com","dop":"2026-01-21","serial_number":"13315420033908","imei1":"13315420033908","imei2":"13315420033908","popurl":"www.dandak-iyengar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172317,"job_number":"JOB_172317","tr_customer_id":172334,"tr_customer_product_id":172324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Baidehi Johar","mobile_number":"9204411670","email_id":"aagneya.sharma@gmail.com","dop":"2026-01-21","serial_number":"70268270269778","imei1":"70268270269778","imei2":"70268270269778","popurl":"www.kamala-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172318,"job_number":"JOB_172318","tr_customer_id":172335,"tr_customer_product_id":172325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:05.000Z","modified_at":"2026-01-30T20:57:05.000Z","name":"Bhushit Pillai","mobile_number":"9693487546","email_id":"rageswari.jha@yahoo.co.in","dop":"2026-01-21","serial_number":"96809595933506","imei1":"96809595933506","imei2":"96809595933506","popurl":"www.dinakar-banerjee.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172319,"job_number":"JOB_172319","tr_customer_id":172336,"tr_customer_product_id":172326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Charuchandra Khatri","mobile_number":"9418925182","email_id":"anilabh.marar@gmail.com","dop":"2026-01-21","serial_number":"52940941824986","imei1":"52940941824986","imei2":"52940941824986","popurl":"www.aadinath-bhat.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172320,"job_number":"JOB_172320","tr_customer_id":172337,"tr_customer_product_id":172327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Samir Asan","mobile_number":"9098997855","email_id":"divaakar.khatri@gmail.com","dop":"2026-01-21","serial_number":"50198437453302","imei1":"50198437453302","imei2":"50198437453302","popurl":"www.aadinath-prajapat.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172321,"job_number":"JOB_172321","tr_customer_id":172338,"tr_customer_product_id":172328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Buddhana Kakkar","mobile_number":"9924787767","email_id":"chakradhar.ahuja@yahoo.co.in","dop":"2026-01-21","serial_number":"53203238476467","imei1":"53203238476467","imei2":"53203238476467","popurl":"www.adhrit-gill.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172322,"job_number":"JOB_172322","tr_customer_id":172339,"tr_customer_product_id":172329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Parvati Sinha","mobile_number":"9455653171","email_id":"siddhi.ahuja@hotmail.com","dop":"2026-01-21","serial_number":"11750472229417","imei1":"11750472229417","imei2":"11750472229417","popurl":"www.raj-varma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172323,"job_number":"JOB_172323","tr_customer_id":172340,"tr_customer_product_id":172330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Udai Arora","mobile_number":"9885349125","email_id":"vishnu.mehrotra@gmail.com","dop":"2026-01-21","serial_number":"90601332371868","imei1":"90601332371868","imei2":"90601332371868","popurl":"www.ashok-mehrotra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172324,"job_number":"JOB_172324","tr_customer_id":172341,"tr_customer_product_id":172331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Ekaparnika Chopra","mobile_number":"9229772047","email_id":"vidya.gill@gmail.com","dop":"2026-01-21","serial_number":"70927859306827","imei1":"70927859306827","imei2":"70927859306827","popurl":"www.ambar-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172325,"job_number":"JOB_172325","tr_customer_id":172342,"tr_customer_product_id":172332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Rati Varrier","mobile_number":"9915971224","email_id":"dhanesh.mishra@hotmail.com","dop":"2026-01-21","serial_number":"05190452280434","imei1":"05190452280434","imei2":"05190452280434","popurl":"www.giriraj-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172326,"job_number":"JOB_172326","tr_customer_id":172343,"tr_customer_product_id":172333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Anand Swarup Reddy","mobile_number":"9566888606","email_id":"anal.iyengar@yahoo.co.in","dop":"2026-01-21","serial_number":"22712986323989","imei1":"22712986323989","imei2":"22712986323989","popurl":"www.sarada-patil.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172327,"job_number":"JOB_172327","tr_customer_id":172344,"tr_customer_product_id":172334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Bakula Guha","mobile_number":"9989305100","email_id":"giri.verma@yahoo.co.in","dop":"2026-01-21","serial_number":"95933664535273","imei1":"95933664535273","imei2":"95933664535273","popurl":"www.jagdish-namboothiri.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172328,"job_number":"JOB_172328","tr_customer_id":172345,"tr_customer_product_id":172335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:06.000Z","modified_at":"2026-01-30T20:57:06.000Z","name":"Vasudha Guneta","mobile_number":"9243928659","email_id":"umang.asan@hotmail.com","dop":"2026-01-21","serial_number":"59466619688969","imei1":"59466619688969","imei2":"59466619688969","popurl":"www.meghnath-sinha.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172329,"job_number":"JOB_172329","tr_customer_id":172346,"tr_customer_product_id":172336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Gouranga Banerjee","mobile_number":"9098378659","email_id":"vidya.chopra@yahoo.co.in","dop":"2026-01-21","serial_number":"93111543586583","imei1":"93111543586583","imei2":"93111543586583","popurl":"www.pushti-chattopadhyay.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172330,"job_number":"JOB_172330","tr_customer_id":172347,"tr_customer_product_id":172337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dwaipayan Mahajan","mobile_number":"9040752818","email_id":"jaya.singh@gmail.com","dop":"2026-01-21","serial_number":"81563818315174","imei1":"81563818315174","imei2":"81563818315174","popurl":"www.padma-kaul.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172331,"job_number":"JOB_172331","tr_customer_id":172348,"tr_customer_product_id":172338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Ranjeet Gandhi","mobile_number":"9759829206","email_id":"dayaanidhi.nayar@hotmail.com","dop":"2026-01-21","serial_number":"01214258698909","imei1":"01214258698909","imei2":"01214258698909","popurl":"www.niro-banerjee.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172332,"job_number":"JOB_172332","tr_customer_id":172349,"tr_customer_product_id":172339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Devasree Gowda","mobile_number":"9259449279","email_id":"bilva.gowda@yahoo.co.in","dop":"2026-01-21","serial_number":"44151216241426","imei1":"44151216241426","imei2":"44151216241426","popurl":"www.dhanesh-nambeesan.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172333,"job_number":"JOB_172333","tr_customer_id":172350,"tr_customer_product_id":172340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Vasundhara Jha","mobile_number":"9850296405","email_id":"heema.bhattathiri@gmail.com","dop":"2026-01-21","serial_number":"86203086771281","imei1":"86203086771281","imei2":"86203086771281","popurl":"www.dinakar-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172334,"job_number":"JOB_172334","tr_customer_id":172351,"tr_customer_product_id":172341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chetan Desai","mobile_number":"9941949498","email_id":"vaijayanti.pillai@yahoo.co.in","dop":"2026-01-21","serial_number":"01119686797844","imei1":"01119686797844","imei2":"01119686797844","popurl":"www.kalyani-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172335,"job_number":"JOB_172335","tr_customer_id":172352,"tr_customer_product_id":172342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Diksha Gill","mobile_number":"9406665990","email_id":"amodini.khatri@yahoo.co.in","dop":"2026-01-21","serial_number":"15325825714362","imei1":"15325825714362","imei2":"15325825714362","popurl":"www.deeptanshu-varrier.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172336,"job_number":"JOB_172336","tr_customer_id":172353,"tr_customer_product_id":172343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Mohana Menon","mobile_number":"9365545624","email_id":"deeksha.trivedi@yahoo.co.in","dop":"2026-01-21","serial_number":"63073982518177","imei1":"63073982518177","imei2":"63073982518177","popurl":"www.pran-bharadwaj.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172337,"job_number":"JOB_172337","tr_customer_id":172354,"tr_customer_product_id":172344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Adheesh Bhattacharya","mobile_number":"9914166878","email_id":"anurag.tandon@gmail.com","dop":"2026-01-21","serial_number":"00021698261669","imei1":"00021698261669","imei2":"00021698261669","popurl":"www.chaten-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172338,"job_number":"JOB_172338","tr_customer_id":172355,"tr_customer_product_id":172345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Aanand Naik","mobile_number":"9576654977","email_id":"vaidehi.gupta@gmail.com","dop":"2026-01-21","serial_number":"14853447798956","imei1":"14853447798956","imei2":"14853447798956","popurl":"www.ekaling-gill.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172339,"job_number":"JOB_172339","tr_customer_id":172356,"tr_customer_product_id":172346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Chandrabhan Guneta","mobile_number":"9261224539","email_id":"vimal.adiga@gmail.com","dop":"2026-01-21","serial_number":"14486306913856","imei1":"14486306913856","imei2":"14486306913856","popurl":"www.basanti-achari.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172340,"job_number":"JOB_172340","tr_customer_id":172357,"tr_customer_product_id":172347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Naveen Chattopadhyay","mobile_number":"9976221374","email_id":"gurdev.varrier@yahoo.co.in","dop":"2026-01-21","serial_number":"41380151590284","imei1":"41380151590284","imei2":"41380151590284","popurl":"www.ekaksh-shukla.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172341,"job_number":"JOB_172341","tr_customer_id":172358,"tr_customer_product_id":172348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dhana Gill","mobile_number":"9302923521","email_id":"esha.shah@hotmail.com","dop":"2026-01-21","serial_number":"75467184634819","imei1":"75467184634819","imei2":"75467184634819","popurl":"www.som-gupta.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172342,"job_number":"JOB_172342","tr_customer_id":172359,"tr_customer_product_id":172349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dharmaketu Gupta","mobile_number":"9468435330","email_id":"pran.jain@hotmail.com","dop":"2026-01-21","serial_number":"19266231402926","imei1":"19266231402926","imei2":"19266231402926","popurl":"www.garuda-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172343,"job_number":"JOB_172343","tr_customer_id":172360,"tr_customer_product_id":172350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Dulari Marar","mobile_number":"9892601202","email_id":"hamsini.joshi@hotmail.com","dop":"2026-01-21","serial_number":"12423513344996","imei1":"12423513344996","imei2":"12423513344996","popurl":"www.arya-adiga.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172344,"job_number":"JOB_172344","tr_customer_id":172361,"tr_customer_product_id":172351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Indira Nayar","mobile_number":"9143584151","email_id":"chiranjeev.khan@gmail.com","dop":"2026-01-21","serial_number":"90618186775798","imei1":"90618186775798","imei2":"90618186775798","popurl":"www.kartik-trivedi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172345,"job_number":"JOB_172345","tr_customer_id":172362,"tr_customer_product_id":172352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:07.000Z","name":"Lavanya Guha","mobile_number":"9827416594","email_id":"avadhesh.kaul@gmail.com","dop":"2026-01-21","serial_number":"50999960338724","imei1":"50999960338724","imei2":"50999960338724","popurl":"www.rukmin-bhat.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172346,"job_number":"JOB_172346","tr_customer_id":172363,"tr_customer_product_id":172353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:07.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Aatmaja Bhattacharya","mobile_number":"9960261850","email_id":"jaya.dhawan@gmail.com","dop":"2026-01-21","serial_number":"75701637383305","imei1":"75701637383305","imei2":"75701637383305","popurl":"www.rohana-pilla.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172347,"job_number":"JOB_172347","tr_customer_id":172364,"tr_customer_product_id":172354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ekalavya Somayaji","mobile_number":"9452247221","email_id":"drona.bhattacharya@hotmail.com","dop":"2026-01-21","serial_number":"44939346445293","imei1":"44939346445293","imei2":"44939346445293","popurl":"www.anwesha-singh.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172348,"job_number":"JOB_172348","tr_customer_id":172365,"tr_customer_product_id":172355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Priyala Verma","mobile_number":"9440324860","email_id":"goutam.iyengar@gmail.com","dop":"2026-01-21","serial_number":"85617088491913","imei1":"85617088491913","imei2":"85617088491913","popurl":"www.narayan-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172349,"job_number":"JOB_172349","tr_customer_id":172366,"tr_customer_product_id":172356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Subhasini Somayaji","mobile_number":"9566657147","email_id":"adinath.ganaka@gmail.com","dop":"2026-01-21","serial_number":"05702023389968","imei1":"05702023389968","imei2":"05702023389968","popurl":"www.deeptimayee-rana.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172350,"job_number":"JOB_172350","tr_customer_id":172367,"tr_customer_product_id":172357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Digambar Bandopadhyay","mobile_number":"9478675642","email_id":"rageshwari.tandon@hotmail.com","dop":"2026-01-21","serial_number":"93400337790034","imei1":"93400337790034","imei2":"93400337790034","popurl":"www.aryan-gupta.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172351,"job_number":"JOB_172351","tr_customer_id":172368,"tr_customer_product_id":172358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Naval Khanna","mobile_number":"9940964581","email_id":"ghanaanand.jain@hotmail.com","dop":"2026-01-21","serial_number":"33703397426424","imei1":"33703397426424","imei2":"33703397426424","popurl":"www.ranjeet-dubashi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172352,"job_number":"JOB_172352","tr_customer_id":172369,"tr_customer_product_id":172359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Prasanna Bandopadhyay","mobile_number":"9812512615","email_id":"priya.sinha@yahoo.co.in","dop":"2026-01-21","serial_number":"09775783659433","imei1":"09775783659433","imei2":"09775783659433","popurl":"www.bandhu-bhattacharya.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172353,"job_number":"JOB_172353","tr_customer_id":172370,"tr_customer_product_id":172360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Dhaanyalakshmi Bhattathiri","mobile_number":"9464140730","email_id":"dakshayani.khanna@yahoo.co.in","dop":"2026-01-21","serial_number":"38822684734069","imei1":"38822684734069","imei2":"38822684734069","popurl":"www.gopaal-ahluwalia.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172354,"job_number":"JOB_172354","tr_customer_id":172371,"tr_customer_product_id":172361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Atreyi Kaur","mobile_number":"9863621033","email_id":"akshita.chaturvedi@yahoo.co.in","dop":"2026-01-21","serial_number":"60915833023554","imei1":"60915833023554","imei2":"60915833023554","popurl":"www.lai-bhat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172355,"job_number":"JOB_172355","tr_customer_id":172372,"tr_customer_product_id":172362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Ashlesh Prajapat","mobile_number":"9884470452","email_id":"gudakesa.tandon@yahoo.co.in","dop":"2026-01-21","serial_number":"81758537984798","imei1":"81758537984798","imei2":"81758537984798","popurl":"www.chandraayan-bhattathiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172356,"job_number":"JOB_172356","tr_customer_id":172373,"tr_customer_product_id":172363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:08.000Z","modified_at":"2026-01-30T20:57:08.000Z","name":"Gauranga Gandhi","mobile_number":"9577939304","email_id":"ganak.johar@gmail.com","dop":"2026-01-21","serial_number":"17069568065723","imei1":"17069568065723","imei2":"17069568065723","popurl":"www.dharitri-abbott.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172357,"job_number":"JOB_172357","tr_customer_id":172374,"tr_customer_product_id":172364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:34.000Z","modified_at":"2026-01-30T20:57:34.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10725547413845","imei1":"10725547413845","imei2":"10725547413845","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172359,"job_number":"JOB_172359","tr_customer_id":172376,"tr_customer_product_id":172366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:35.000Z","modified_at":"2026-01-30T20:57:35.000Z","name":"Cortney Lueilwitz","mobile_number":"981-924-9683","email_id":"Valentina.Grimes68@gmail.com","dop":"2025-11-11","serial_number":"1029057094589298","imei1":"1029057094589298","imei2":"1029057094589298","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172360,"job_number":"JOB_172360","tr_customer_id":172377,"tr_customer_product_id":172367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:39.000Z","modified_at":"2026-01-30T20:57:39.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14609144636879","imei1":"14609144636879","imei2":"14609144636879","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172362,"job_number":"JOB_172362","tr_customer_id":172379,"tr_customer_product_id":172369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:57:41.000Z","modified_at":"2026-01-30T20:57:41.000Z","name":"Jacynthe Ortiz","mobile_number":"676-629-6647","email_id":"Jerrold.Kuphal@yahoo.com","dop":"2025-11-11","serial_number":"1034772810641743","imei1":"1034772810641743","imei2":"1034772810641743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172363,"job_number":"JOB_172363","tr_customer_id":172380,"tr_customer_product_id":172370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"16718741018070","imei1":"16718741018070","imei2":"16718741018070","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172364,"job_number":"JOB_172364","tr_customer_id":172381,"tr_customer_product_id":172371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:12.000Z","modified_at":"2026-01-30T21:00:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15723408050332","imei1":"15723408050332","imei2":"15723408050332","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172367,"job_number":"JOB_172367","tr_customer_id":172384,"tr_customer_product_id":172374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Lora Corkery","mobile_number":"782-535-3003","email_id":"Avis.Bailey@yahoo.com","dop":"2025-11-11","serial_number":"1094561219867106","imei1":"1094561219867106","imei2":"1094561219867106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172368,"job_number":"JOB_172368","tr_customer_id":172385,"tr_customer_product_id":172375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:00:14.000Z","modified_at":"2026-01-30T21:00:14.000Z","name":"Dejuan Ryan","mobile_number":"215-736-0719","email_id":"Matilda_Schinner@hotmail.com","dop":"2025-11-11","serial_number":"1062712579115908","imei1":"1062712579115908","imei2":"1062712579115908","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172369,"job_number":"JOB_172369","tr_customer_id":172386,"tr_customer_product_id":172376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:04.000Z","modified_at":"2026-01-30T21:01:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10858505714803","imei1":"10858505714803","imei2":"10858505714803","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172371,"job_number":"JOB_172371","tr_customer_id":172388,"tr_customer_product_id":172378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"18801734640239","imei1":"18801734640239","imei2":"18801734640239","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172373,"job_number":"JOB_172373","tr_customer_id":172390,"tr_customer_product_id":172380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:05.000Z","modified_at":"2026-01-30T21:01:05.000Z","name":"Nathanael Feest","mobile_number":"581-702-0718","email_id":"Newell.Ruecker85@gmail.com","dop":"2025-11-11","serial_number":"1019670035798362","imei1":"1019670035798362","imei2":"1019670035798362","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172374,"job_number":"JOB_172374","tr_customer_id":172391,"tr_customer_product_id":172381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:06.000Z","modified_at":"2026-01-30T21:01:06.000Z","name":"Jonatan Kovacek","mobile_number":"597-552-8367","email_id":"Shyann92@hotmail.com","dop":"2025-11-11","serial_number":"1083876705435363","imei1":"1083876705435363","imei2":"1083876705435363","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172375,"job_number":"JOB_172375","tr_customer_id":172392,"tr_customer_product_id":172382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:55.000Z","modified_at":"2026-01-30T21:01:55.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19382798276305","imei1":"19382798276305","imei2":"19382798276305","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172377,"job_number":"JOB_172377","tr_customer_id":172394,"tr_customer_product_id":172384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Jeff Daniel","mobile_number":"731-971-2313","email_id":"Citlalli_Green79@hotmail.com","dop":"2025-11-11","serial_number":"1003554905005741","imei1":"1003554905005741","imei2":"1003554905005741","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172378,"job_number":"JOB_172378","tr_customer_id":172395,"tr_customer_product_id":172385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:57.000Z","modified_at":"2026-01-30T21:01:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"13390594505839","imei1":"13390594505839","imei2":"13390594505839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172380,"job_number":"JOB_172380","tr_customer_id":172397,"tr_customer_product_id":172387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:01:59.000Z","modified_at":"2026-01-30T21:01:59.000Z","name":"Barbara Haley","mobile_number":"701-955-7921","email_id":"Demario_Prosacco13@gmail.com","dop":"2025-11-11","serial_number":"1003013042108695","imei1":"1003013042108695","imei2":"1003013042108695","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172381,"job_number":"JOB_172381","tr_customer_id":172398,"tr_customer_product_id":172388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Braxton Hahn","mobile_number":"484-947-3413","email_id":"Jovany.Dickens@yahoo.com","dop":"2025-09-09","serial_number":"17464099579268","imei1":"17464099579268","imei2":"17464099579268","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172382,"job_number":"JOB_172382","tr_customer_id":172399,"tr_customer_product_id":172389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:06:55.000Z","modified_at":"2026-01-30T21:06:55.000Z","name":"Jayson Waelchi","mobile_number":"676-643-1459","email_id":"Waino.Harber@hotmail.com","dop":"2025-09-09","serial_number":"10724349283095","imei1":"10724349283095","imei2":"10724349283095","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172384,"job_number":"JOB_172384","tr_customer_id":172401,"tr_customer_product_id":172391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Hallie Terry","mobile_number":"593-800-4748","email_id":"Gertrude.Wiegand@yahoo.com","dop":"2025-09-09","serial_number":"18907634480644","imei1":"18907634480644","imei2":"18907634480644","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172385,"job_number":"JOB_172385","tr_customer_id":172402,"tr_customer_product_id":172392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:00.000Z","modified_at":"2026-01-30T21:07:00.000Z","name":"Kristian Brekke","mobile_number":"268-575-9871","email_id":"Angel_Ryan47@hotmail.com","dop":"2025-09-09","serial_number":"16191791754825","imei1":"16191791754825","imei2":"16191791754825","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172387,"job_number":"JOB_172387","tr_customer_id":172404,"tr_customer_product_id":172394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Nakia Gutmann","mobile_number":"327-387-8643","email_id":"Patrick61@hotmail.com","dop":"2025-09-09","serial_number":"14648421748070","imei1":"14648421748070","imei2":"14648421748070","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172388,"job_number":"JOB_172388","tr_customer_id":172405,"tr_customer_product_id":172395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:07:05.000Z","modified_at":"2026-01-30T21:07:05.000Z","name":"Stevie Schuppe","mobile_number":"611-810-9124","email_id":"Rosina_Sipes46@gmail.com","dop":"2025-09-09","serial_number":"15884008028155","imei1":"15884008028155","imei2":"15884008028155","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:07:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172390,"job_number":"JOB_172390","tr_customer_id":172407,"tr_customer_product_id":172397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12380336231274","imei1":"12380336231274","imei2":"12380336231274","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172391,"job_number":"JOB_172391","tr_customer_id":172408,"tr_customer_product_id":172398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:11.000Z","modified_at":"2026-01-30T21:13:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17623488511652","imei1":"17623488511652","imei2":"17623488511652","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172394,"job_number":"JOB_172394","tr_customer_id":172411,"tr_customer_product_id":172401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:12.000Z","modified_at":"2026-01-30T21:13:12.000Z","name":"Kiera Kilback","mobile_number":"408-323-1270","email_id":"Dino_Ziemann91@hotmail.com","dop":"2025-11-11","serial_number":"1019205191172153","imei1":"1019205191172153","imei2":"1019205191172153","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172395,"job_number":"JOB_172395","tr_customer_id":172412,"tr_customer_product_id":172402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:13:13.000Z","modified_at":"2026-01-30T21:13:13.000Z","name":"Maiya Gleason","mobile_number":"757-560-6669","email_id":"Ardith.Corkery@yahoo.com","dop":"2025-11-11","serial_number":"1042383906985789","imei1":"1042383906985789","imei2":"1042383906985789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:13:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172396,"job_number":"JOB_172396","tr_customer_id":172413,"tr_customer_product_id":172403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:01.000Z","modified_at":"2026-01-30T21:14:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13027163024313","imei1":"13027163024313","imei2":"13027163024313","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172398,"job_number":"JOB_172398","tr_customer_id":172415,"tr_customer_product_id":172405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:02.000Z","modified_at":"2026-01-30T21:14:02.000Z","name":"Gunnar Luettgen","mobile_number":"633-534-7660","email_id":"Frances.Harvey4@gmail.com","dop":"2025-11-11","serial_number":"1035388738758939","imei1":"1035388738758939","imei2":"1035388738758939","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172399,"job_number":"JOB_172399","tr_customer_id":172416,"tr_customer_product_id":172406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:04.000Z","modified_at":"2026-01-30T21:14:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"11458741487949","imei1":"11458741487949","imei2":"11458741487949","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172401,"job_number":"JOB_172401","tr_customer_id":172418,"tr_customer_product_id":172408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:05.000Z","modified_at":"2026-01-30T21:14:05.000Z","name":"Nona Will","mobile_number":"502-851-5507","email_id":"Lenore82@gmail.com","dop":"2025-11-11","serial_number":"1042056614309208","imei1":"1042056614309208","imei2":"1042056614309208","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172402,"job_number":"JOB_172402","tr_customer_id":172419,"tr_customer_product_id":172409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:51.000Z","modified_at":"2026-01-30T21:14:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12288884825762","imei1":"12288884825762","imei2":"12288884825762","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172404,"job_number":"JOB_172404","tr_customer_id":172421,"tr_customer_product_id":172411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:52.000Z","modified_at":"2026-01-30T21:14:52.000Z","name":"Therese Willms","mobile_number":"661-333-9335","email_id":"Xander.Bernhard@hotmail.com","dop":"2025-11-11","serial_number":"1097629552351341","imei1":"1097629552351341","imei2":"1097629552351341","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172405,"job_number":"JOB_172405","tr_customer_id":172422,"tr_customer_product_id":172412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:56.000Z","modified_at":"2026-01-30T21:14:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"19109678251237","imei1":"19109678251237","imei2":"19109678251237","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172407,"job_number":"JOB_172407","tr_customer_id":172424,"tr_customer_product_id":172414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:14:58.000Z","modified_at":"2026-01-30T21:14:58.000Z","name":"Emmie Crona","mobile_number":"664-669-3179","email_id":"Eveline_Anderson51@yahoo.com","dop":"2025-11-11","serial_number":"1001888845285726","imei1":"1001888845285726","imei2":"1001888845285726","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172408,"job_number":"JOB_172408","tr_customer_id":172425,"tr_customer_product_id":172415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13470588689230","imei1":"13470588689230","imei2":"13470588689230","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172410,"job_number":"JOB_172410","tr_customer_id":172427,"tr_customer_product_id":172417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:12.000Z","modified_at":"2026-01-30T21:22:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13218804858463","imei1":"13218804858463","imei2":"13218804858463","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172412,"job_number":"JOB_172412","tr_customer_id":172429,"tr_customer_product_id":172419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:13.000Z","modified_at":"2026-01-30T21:22:13.000Z","name":"Abbigail Bailey","mobile_number":"461-793-3369","email_id":"Kelsi_Koepp@gmail.com","dop":"2025-11-11","serial_number":"1085688234762477","imei1":"1085688234762477","imei2":"1085688234762477","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172413,"job_number":"JOB_172413","tr_customer_id":172430,"tr_customer_product_id":172420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:22:14.000Z","modified_at":"2026-01-30T21:22:14.000Z","name":"Vida Krajcik","mobile_number":"928-282-9786","email_id":"Cleta46@yahoo.com","dop":"2025-11-11","serial_number":"1018032639573408","imei1":"1018032639573408","imei2":"1018032639573408","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172414,"job_number":"JOB_172414","tr_customer_id":172431,"tr_customer_product_id":172421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:04.000Z","modified_at":"2026-01-30T21:23:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"17799087122617","imei1":"17799087122617","imei2":"17799087122617","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172416,"job_number":"JOB_172416","tr_customer_id":172433,"tr_customer_product_id":172423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:06.000Z","modified_at":"2026-01-30T21:23:06.000Z","name":"Jaida Stark","mobile_number":"254-728-8136","email_id":"Berniece.Lynch@yahoo.com","dop":"2025-11-11","serial_number":"1054391687208445","imei1":"1054391687208445","imei2":"1054391687208445","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172417,"job_number":"JOB_172417","tr_customer_id":172434,"tr_customer_product_id":172424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:07.000Z","modified_at":"2026-01-30T21:23:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16036877650387","imei1":"16036877650387","imei2":"16036877650387","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172419,"job_number":"JOB_172419","tr_customer_id":172436,"tr_customer_product_id":172426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:09.000Z","modified_at":"2026-01-30T21:23:09.000Z","name":"Brielle Mills","mobile_number":"870-991-1282","email_id":"Kaelyn.Terry@hotmail.com","dop":"2025-11-11","serial_number":"1082594888102276","imei1":"1082594888102276","imei2":"1082594888102276","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172420,"job_number":"JOB_172420","tr_customer_id":172437,"tr_customer_product_id":172427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:56.000Z","modified_at":"2026-01-30T21:23:56.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"10198504740506","imei1":"10198504740506","imei2":"10198504740506","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172422,"job_number":"JOB_172422","tr_customer_id":172439,"tr_customer_product_id":172429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:23:58.000Z","modified_at":"2026-01-30T21:23:58.000Z","name":"Elvis Brekke","mobile_number":"744-439-6832","email_id":"Matteo98@yahoo.com","dop":"2025-11-11","serial_number":"1006338842373507","imei1":"1006338842373507","imei2":"1006338842373507","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172423,"job_number":"JOB_172423","tr_customer_id":172440,"tr_customer_product_id":172430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:02.000Z","modified_at":"2026-01-30T21:24:02.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11921365970512","imei1":"11921365970512","imei2":"11921365970512","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172425,"job_number":"JOB_172425","tr_customer_id":172442,"tr_customer_product_id":172432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:24:04.000Z","modified_at":"2026-01-30T21:24:04.000Z","name":"Kylie Morissette","mobile_number":"218-266-0912","email_id":"Jonathan_Green@hotmail.com","dop":"2025-11-11","serial_number":"1010315002247731","imei1":"1010315002247731","imei2":"1010315002247731","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172426,"job_number":"JOB_172426","tr_customer_id":172443,"tr_customer_product_id":172433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14799189517485","imei1":"14799189517485","imei2":"14799189517485","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172427,"job_number":"JOB_172427","tr_customer_id":172444,"tr_customer_product_id":172434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:13.000Z","modified_at":"2026-01-30T21:30:13.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13403494756602","imei1":"13403494756602","imei2":"13403494756602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172430,"job_number":"JOB_172430","tr_customer_id":172447,"tr_customer_product_id":172437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:14.000Z","modified_at":"2026-01-30T21:30:14.000Z","name":"Joany Heaney","mobile_number":"645-876-6200","email_id":"Danny.Wuckert17@hotmail.com","dop":"2025-11-11","serial_number":"1045723498591120","imei1":"1045723498591120","imei2":"1045723498591120","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172431,"job_number":"JOB_172431","tr_customer_id":172448,"tr_customer_product_id":172438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:30:15.000Z","modified_at":"2026-01-30T21:30:15.000Z","name":"Bret Kohler","mobile_number":"667-786-6846","email_id":"Shanna_Leuschke@yahoo.com","dop":"2025-11-11","serial_number":"1016707697266723","imei1":"1016707697266723","imei2":"1016707697266723","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172432,"job_number":"JOB_172432","tr_customer_id":172449,"tr_customer_product_id":172439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:06.000Z","modified_at":"2026-01-30T21:31:06.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19160682946648","imei1":"19160682946648","imei2":"19160682946648","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172434,"job_number":"JOB_172434","tr_customer_id":172451,"tr_customer_product_id":172441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:07.000Z","modified_at":"2026-01-30T21:31:07.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16993675172270","imei1":"16993675172270","imei2":"16993675172270","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172436,"job_number":"JOB_172436","tr_customer_id":172453,"tr_customer_product_id":172443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:08.000Z","modified_at":"2026-01-30T21:31:08.000Z","name":"Krista Gislason","mobile_number":"681-531-9580","email_id":"Eloy.Boehm7@hotmail.com","dop":"2025-11-11","serial_number":"1070433839883737","imei1":"1070433839883737","imei2":"1070433839883737","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172437,"job_number":"JOB_172437","tr_customer_id":172454,"tr_customer_product_id":172444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:31:09.000Z","modified_at":"2026-01-30T21:31:09.000Z","name":"Rosemarie Sanford","mobile_number":"880-253-0656","email_id":"Layne.Klein@yahoo.com","dop":"2025-11-11","serial_number":"1015275517496839","imei1":"1015275517496839","imei2":"1015275517496839","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172438,"job_number":"JOB_172438","tr_customer_id":172455,"tr_customer_product_id":172445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:00.000Z","modified_at":"2026-01-30T21:32:00.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12247041133689","imei1":"12247041133689","imei2":"12247041133689","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172440,"job_number":"JOB_172440","tr_customer_id":172457,"tr_customer_product_id":172447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:01.000Z","modified_at":"2026-01-30T21:32:01.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14514539913713","imei1":"14514539913713","imei2":"14514539913713","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172442,"job_number":"JOB_172442","tr_customer_id":172459,"tr_customer_product_id":172449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:02.000Z","modified_at":"2026-01-30T21:32:02.000Z","name":"Brando Johns","mobile_number":"651-332-0226","email_id":"Sadye.Heathcote18@yahoo.com","dop":"2025-11-11","serial_number":"1059524821709621","imei1":"1059524821709621","imei2":"1059524821709621","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172443,"job_number":"JOB_172443","tr_customer_id":172460,"tr_customer_product_id":172450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:32:03.000Z","modified_at":"2026-01-30T21:32:03.000Z","name":"Demetris Hudson","mobile_number":"703-434-8518","email_id":"Marilou78@hotmail.com","dop":"2025-11-11","serial_number":"1062883942937743","imei1":"1062883942937743","imei2":"1062883942937743","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172444,"job_number":"JOB_172444","tr_customer_id":172461,"tr_customer_product_id":172451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"17005653684316","imei1":"17005653684316","imei2":"17005653684316","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172445,"job_number":"JOB_172445","tr_customer_id":172462,"tr_customer_product_id":172452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:12.000Z","modified_at":"2026-01-30T21:36:12.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"13491607371938","imei1":"13491607371938","imei2":"13491607371938","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172448,"job_number":"JOB_172448","tr_customer_id":172465,"tr_customer_product_id":172455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Americo Mayer","mobile_number":"786-863-6481","email_id":"Nicholaus96@yahoo.com","dop":"2025-11-11","serial_number":"1000063185889683","imei1":"1000063185889683","imei2":"1000063185889683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172449,"job_number":"JOB_172449","tr_customer_id":172466,"tr_customer_product_id":172456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:36:13.000Z","modified_at":"2026-01-30T21:36:13.000Z","name":"Carmen Ratke","mobile_number":"343-844-2520","email_id":"Carter.Mertz@hotmail.com","dop":"2025-11-11","serial_number":"1012684883505661","imei1":"1012684883505661","imei2":"1012684883505661","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172450,"job_number":"JOB_172450","tr_customer_id":172467,"tr_customer_product_id":172457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16971904227788","imei1":"16971904227788","imei2":"16971904227788","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172452,"job_number":"JOB_172452","tr_customer_id":172469,"tr_customer_product_id":172459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:02.000Z","modified_at":"2026-01-30T21:37:02.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10685521963586","imei1":"10685521963586","imei2":"10685521963586","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172454,"job_number":"JOB_172454","tr_customer_id":172471,"tr_customer_product_id":172461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:03.000Z","modified_at":"2026-01-30T21:37:03.000Z","name":"Kamren Ankunding","mobile_number":"769-375-7001","email_id":"Florencio_Harber@hotmail.com","dop":"2025-11-11","serial_number":"1019664931892131","imei1":"1019664931892131","imei2":"1019664931892131","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172455,"job_number":"JOB_172455","tr_customer_id":172472,"tr_customer_product_id":172462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:04.000Z","modified_at":"2026-01-30T21:37:04.000Z","name":"Charles Keeling","mobile_number":"981-697-6665","email_id":"Maximillian84@gmail.com","dop":"2025-11-11","serial_number":"1055290347598683","imei1":"1055290347598683","imei2":"1055290347598683","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172456,"job_number":"JOB_172456","tr_customer_id":172473,"tr_customer_product_id":172463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:51.000Z","modified_at":"2026-01-30T21:37:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12945046489602","imei1":"12945046489602","imei2":"12945046489602","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172458,"job_number":"JOB_172458","tr_customer_id":172475,"tr_customer_product_id":172465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Bettye Schaden","mobile_number":"997-691-5503","email_id":"Kristopher.Toy@hotmail.com","dop":"2025-11-11","serial_number":"1070289095312015","imei1":"1070289095312015","imei2":"1070289095312015","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172459,"job_number":"JOB_172459","tr_customer_id":172476,"tr_customer_product_id":172466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:53.000Z","modified_at":"2026-01-30T21:37:53.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"18293319264389","imei1":"18293319264389","imei2":"18293319264389","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172461,"job_number":"JOB_172461","tr_customer_id":172478,"tr_customer_product_id":172468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:37:55.000Z","modified_at":"2026-01-30T21:37:55.000Z","name":"Dee Murazik","mobile_number":"706-423-7190","email_id":"Alanis44@gmail.com","dop":"2025-11-11","serial_number":"1026694531423850","imei1":"1026694531423850","imei2":"1026694531423850","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172462,"job_number":"JOB_172462","tr_customer_id":172479,"tr_customer_product_id":172469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"10973495322913","imei1":"10973495322913","imei2":"10973495322913","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172463,"job_number":"JOB_172463","tr_customer_id":172480,"tr_customer_product_id":172470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:11.000Z","modified_at":"2026-01-30T21:40:11.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15893723864107","imei1":"15893723864107","imei2":"15893723864107","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172466,"job_number":"JOB_172466","tr_customer_id":172483,"tr_customer_product_id":172473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:12.000Z","modified_at":"2026-01-30T21:40:12.000Z","name":"Lyla Bailey","mobile_number":"366-914-4691","email_id":"Janie.Keeling@hotmail.com","dop":"2025-11-11","serial_number":"1081559480008277","imei1":"1081559480008277","imei2":"1081559480008277","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172467,"job_number":"JOB_172467","tr_customer_id":172484,"tr_customer_product_id":172474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:40:13.000Z","modified_at":"2026-01-30T21:40:13.000Z","name":"Elnora Aufderhar","mobile_number":"690-479-0121","email_id":"Tyson_Kertzmann@gmail.com","dop":"2025-11-11","serial_number":"1038840095214232","imei1":"1038840095214232","imei2":"1038840095214232","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:40:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172468,"job_number":"JOB_172468","tr_customer_id":172485,"tr_customer_product_id":172475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:01.000Z","modified_at":"2026-01-30T21:41:01.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13710119597372","imei1":"13710119597372","imei2":"13710119597372","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172470,"job_number":"JOB_172470","tr_customer_id":172487,"tr_customer_product_id":172477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:03.000Z","modified_at":"2026-01-30T21:41:03.000Z","name":"Kyler Fadel","mobile_number":"581-995-7875","email_id":"Libbie82@yahoo.com","dop":"2025-11-11","serial_number":"1034173842967338","imei1":"1034173842967338","imei2":"1034173842967338","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172471,"job_number":"JOB_172471","tr_customer_id":172488,"tr_customer_product_id":172478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:04.000Z","modified_at":"2026-01-30T21:41:04.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"15109978046538","imei1":"15109978046538","imei2":"15109978046538","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172473,"job_number":"JOB_172473","tr_customer_id":172490,"tr_customer_product_id":172480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:06.000Z","modified_at":"2026-01-30T21:41:06.000Z","name":"Bryce Sanford","mobile_number":"795-252-6990","email_id":"Vernie.Daugherty@gmail.com","dop":"2025-11-11","serial_number":"1028638921414980","imei1":"1028638921414980","imei2":"1028638921414980","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172474,"job_number":"JOB_172474","tr_customer_id":172491,"tr_customer_product_id":172481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:51.000Z","modified_at":"2026-01-30T21:41:51.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11082471020799","imei1":"11082471020799","imei2":"11082471020799","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172476,"job_number":"JOB_172476","tr_customer_id":172493,"tr_customer_product_id":172483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:53.000Z","modified_at":"2026-01-30T21:41:53.000Z","name":"Ali Reichel","mobile_number":"849-668-0008","email_id":"Johanna.Farrell42@hotmail.com","dop":"2025-11-11","serial_number":"1028378663737736","imei1":"1028378663737736","imei2":"1028378663737736","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172477,"job_number":"JOB_172477","tr_customer_id":172494,"tr_customer_product_id":172484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:57.000Z","modified_at":"2026-01-30T21:41:57.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"14858381830422","imei1":"14858381830422","imei2":"14858381830422","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172479,"job_number":"JOB_172479","tr_customer_id":172496,"tr_customer_product_id":172486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T21:41:59.000Z","modified_at":"2026-01-30T21:41:59.000Z","name":"Layla Armstrong","mobile_number":"442-259-3691","email_id":"Damon56@gmail.com","dop":"2025-11-11","serial_number":"1045705744493742","imei1":"1045705744493742","imei2":"1045705744493742","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172480,"job_number":"JOB_172480","tr_customer_id":172497,"tr_customer_product_id":172487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:05.000Z","modified_at":"2026-01-30T23:45:05.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-20T23:45:05.112763470Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172481,"job_number":"JOB_172481","tr_customer_id":172498,"tr_customer_product_id":172488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:45:06.000Z","modified_at":"2026-01-30T23:45:06.000Z","name":"Deependra Butt","mobile_number":"7071457248","email_id":"ameyatma.chaturvedi@gmail.com","dop":"2026-01-20","serial_number":"668187475715156","imei1":"668187475715156","imei2":"668187475715156","popurl":"www.amarnath-kakkar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172482,"job_number":"JOB_172482","tr_customer_id":172499,"tr_customer_product_id":172489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T23:47:30.000Z","modified_at":"2026-01-30T23:47:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-20","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-20T23:47:30.012228242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T23:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172526,"job_number":"JOB_172526","tr_customer_id":172543,"tr_customer_product_id":172533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:05.000Z","modified_at":"2026-01-31T04:15:05.000Z","name":"Toby McKenzie","mobile_number":"982-823-9479","email_id":"Ozella.Williamson42@yahoo.com","dop":"2025-04-06","serial_number":"15252825408956188","imei1":"15252825408956188","imei2":"15252825408956188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172527,"job_number":"JOB_172527","tr_customer_id":172544,"tr_customer_product_id":172534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11299165980413","imei1":"11299165980413","imei2":"11299165980413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172529,"job_number":"JOB_172529","tr_customer_id":172546,"tr_customer_product_id":172536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:09.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Adriel Ferry","mobile_number":"527-725-4036","email_id":"Justina75@yahoo.com","dop":"2025-04-06","serial_number":"15684898577635116","imei1":"15684898577635116","imei2":"15684898577635116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172530,"job_number":"JOB_172530","tr_customer_id":172547,"tr_customer_product_id":172537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17759936829351","imei2":"17759936829351","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172533,"job_number":"JOB_172533","tr_customer_id":172550,"tr_customer_product_id":172540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:16.000Z","modified_at":"2026-01-31T04:15:16.000Z","name":"Stanley Rippin","mobile_number":"670-413-3173","email_id":"Kamryn.Weber93@yahoo.com","dop":"2000-01-31","serial_number":"10718866174722","imei1":"10718866174722","imei2":"10718866174722","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172534,"job_number":"JOB_172534","tr_customer_id":172551,"tr_customer_product_id":172541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:17.000Z","modified_at":"2026-01-31T04:15:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13771715664534","imei1":"13771715664534","imei2":"13771715664534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172535,"job_number":"JOB_172535","tr_customer_id":172552,"tr_customer_product_id":172542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:17.000Z","modified_at":"2026-01-31T04:15:17.000Z","name":"Beryl Bernhard","mobile_number":"649-884-1442","email_id":"Cierra_Bashirian81@hotmail.com","dop":"2025-04-06","serial_number":"19815142186536","imei1":"19815142186536","imei2":"19815142186536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172537,"job_number":"JOB_172537","tr_customer_id":172554,"tr_customer_product_id":172544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15577003756125","imei1":"15577003756125","imei2":"15577003756125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172538,"job_number":"JOB_172538","tr_customer_id":172555,"tr_customer_product_id":172545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"Howell Parisian","mobile_number":"622-573-9095","email_id":"Kailey75@yahoo.com","dop":"2025-04-06","serial_number":"18167430098233","imei1":"18167430098233","imei2":"18167430098233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172087,"job_number":"JOB_172087","tr_customer_id":172104,"tr_customer_product_id":172094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T20:07:17.000Z","modified_at":"2026-01-30T20:07:17.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Soledad_Larkin3@hotmail.com","dop":"2025-07-02","serial_number":"12225525954316","imei1":"12225525954316","imei2":"12225525954316","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T20:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172532,"job_number":"JOB_172532","tr_customer_id":172549,"tr_customer_product_id":172539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:16.000Z","modified_at":"2026-01-31T04:15:16.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10092875172468","imei1":"10092875172468","imei2":"10092875172468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":172536,"job_number":"JOB_172536","tr_customer_id":172553,"tr_customer_product_id":172543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"Flo Towne","mobile_number":"782-429-3137","email_id":"Dale.Mills@yahoo.com","dop":"2000-01-31","serial_number":"1046540364974810","imei1":"1046540364974810","imei2":"1046540364974810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 5a0b97f3-e868-4ecf-89a5-29adf95b248a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 59 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-BKyy0EZvOasymQV/izSK3RQ9UA8" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| If-None-Match | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | c2497e5b-4bf9-495d-8a6a-94727fb9d721 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| If-None-Match | W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 34b12a9f-7f80-407d-81d5-c32d09273687 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 163 |
| ETag | W/"a3-rs99L8UG2Q5InLJyjQaURCqIOto" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Repair completed","key":"repair_completed","count":20}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 34ed79c2-5549-4eef-86ec-0edfa3f0e4ad |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"f61-DfeDcdsN2+3pR/CC3q+LEIiqnQY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:13.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:19.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:19.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 717fef80-832f-45eb-a8ff-242ad4fd78a8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 34 |
{"details_key":"repair_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| If-None-Match | W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 5eb2941f-a1ce-4272-a0fe-ded514ff9e55 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1296-KfjQmAVil1x9Z3swXClocujByoM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172531,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:15.000Z"}],"quatations":[]},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:20.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172528,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:07.000Z"}],"quatations":[]},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172525,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:03.000Z"}],"quatations":[]},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:13.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172521,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:01.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | bac144d8-59c1-423f-a951-16101237685c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | da311c51-4a2c-4106-99bc-505bf3bb562a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 133 |
{
"job_id": 172531,
"problems": [
{
"id": 1,
"remark": "updated os"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTl9.jYZFmXmg0xi5nwoDqGk7l2hoD4qgHDKR6_JOjrJoYqE |
| Connection | keep-alive |
| If-None-Match | W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 0723123c-5cf0-4a10-bedd-01c32d984d37 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"d52-9fh4Rz3xXeyVc1m2Fi7f98cc/MI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:20.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172528,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:07.000Z"}],"quatations":[]},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":172525,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:03.000Z"}],"quatations":[]},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:13.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9c1ba2a1-7c1b-4bf3-b51d-a28044c81507 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 42 |
{"username":"iamqc","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-xDtd6UNvAtWgDsgLPVqOR1Gspow" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| If-None-Match | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | e7a4122f-5857-43ee-88b6-cfa35407d79d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| If-None-Match | W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | eb780cf8-b60e-4c1b-a51e-c9ae089c7286 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 201 |
| ETag | W/"c9-JKZIE070/bo8LpDiGYWwA5auopM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":20},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | e5fed99f-a690-4268-9ed9-a195b749e4ed |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | dd17be7a-9804-493d-9977-f39696a27b41 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"4d67-8vo/7gncnvaKAPDUv8NRvYlfZmg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:15:10.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:15:19.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4ed71916-b223-4c15-a3fe-0a633febb2a2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7dc-F+G2OTzgqNAKxibDOAQ27NYeWtQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 2dfea4b1-9e9b-402a-ac3d-0315f988afeb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 26 |
{
"job_id": 172531
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTgzMjkyMn0.vkjUXvi7qLotfMXB4HOfEEFpEo8R8h8945r1VTe9M_g |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | feb6f67d-d521-4650-bc54-f59a08681769 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"405-SDGha22TDMLKhuscQ+YgwqTWG3w" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | f0d5ce27-6502-49a4-859a-fbba15f311b9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-AAkb2LMk5xMalg4urPcK8O+9fm8" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MjR9.uLq9qiV32Ud0app7s7UuXnvN8lljikXzyMK9_PKz3oQ"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| If-None-Match | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 575ae8b8-63f3-4861-a03c-97e382b22bce |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| If-None-Match | W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 7e803136-076d-45de-8a44-69c8cf47ffc6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-wTdumCmBlYqHnHd+FPM1fum5Tro" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":65},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9831172d-d7dd-40b5-b246-55c1ed3c6b50 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bad-B2e7kNlAlO/EDUHQaxFveIiQ+KY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:24.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9626e796-3fb0-4c83-84ba-8a1e5bdb6416 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bad-B2e7kNlAlO/EDUHQaxFveIiQ+KY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:24.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"job_id":151329}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 4d81a19f-6ea0-4851-bb19-7d404b200a90 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 26 |
{
"job_id": 172531
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| If-None-Match | W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 94307c71-e596-4892-93ee-f6e91558839e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7df-q3GlEED43RLixYHB9T4Bw3al/vY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| If-None-Match | W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28" |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 976ba0ae-833e-4d50-8272-b733f37edb60 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 241 |
| ETag | W/"f1-OBl9+11pb/EbbMQeB97H+RJ4Rp0" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":66},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 59d0bc0f-eba9-4c57-be77-9384cf702a10 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"10460-6e4sh/GlwAX6CCHXhNkPKzp9ZYo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":172483,"job_number":"JOB_172483","tr_customer_id":172500,"tr_customer_product_id":172490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:10:14.000Z","modified_at":"2026-01-31T00:15:21.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"12658306831241","imei1":"12658306831241","imei2":"12658306831241","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172484,"job_number":"JOB_172484","tr_customer_id":172501,"tr_customer_product_id":172491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T00:22:16.000Z","modified_at":"2026-01-31T00:22:20.000Z","name":"Magesh Pandiyan","mobile_number":"0750226849","email_id":"mageshpandiyan9306@gmail.com","dop":"2025-08-03","serial_number":"16867372259157","imei1":"16867372259157","imei2":"16867372259157","popurl":"2025-08-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T00:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172485,"job_number":"JOB_172485","tr_customer_id":172502,"tr_customer_product_id":172492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T01:13:39.000Z","modified_at":"2026-01-31T02:28:01.000Z","name":"Casper Buckridge","mobile_number":"494-266-4182","email_id":"Aracely.Pagac@yahoo.com","dop":"2025-12-03","serial_number":"48600031368173","imei1":"48600031368173","imei2":"48600031368173","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T02:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172486,"job_number":"JOB_172486","tr_customer_id":172503,"tr_customer_product_id":172493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:08:56.000Z","modified_at":"2026-01-31T04:08:56.000Z","name":"D'angelo Johnson","mobile_number":"942-887-3170","email_id":"Kane_Goodwin@yahoo.com","dop":"2025-09-09","serial_number":"13178383453428","imei1":"13178383453428","imei2":"13178383453428","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172487,"job_number":"JOB_172487","tr_customer_id":172504,"tr_customer_product_id":172494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:04.000Z","modified_at":"2026-01-31T04:14:14.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"20643674264482","imei1":"20643674264482","imei2":"20643674264482","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172488,"job_number":"JOB_172488","tr_customer_id":172505,"tr_customer_product_id":172495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:06.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"Vincenzo Larkin","mobile_number":"785-720-0295","email_id":"Abigail_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18984729920402","imei1":"18984729920402","imei2":"18984729920402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172489,"job_number":"JOB_172489","tr_customer_id":172506,"tr_customer_product_id":172496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:07.000Z","modified_at":"2026-01-31T04:14:07.000Z","name":"Kenna Gutmann","mobile_number":"290-277-7595","email_id":"Kristin25@yahoo.com","dop":"2025-04-06","serial_number":"19013143804594056","imei1":"19013143804594056","imei2":"19013143804594056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172490,"job_number":"JOB_172490","tr_customer_id":172507,"tr_customer_product_id":172497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:16.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10997233831883","imei1":"10997233831883","imei2":"10997233831883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172491,"job_number":"JOB_172491","tr_customer_id":172508,"tr_customer_product_id":172498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:55.000Z","name":"Dandre Reichert","mobile_number":"323-495-0652","email_id":"Anita_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13256871798219","imei1":"13256871798219","imei2":"13256871798219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172492,"job_number":"JOB_172492","tr_customer_id":172509,"tr_customer_product_id":172499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:16.000Z","modified_at":"2026-01-31T04:14:26.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"43606066058065","imei1":"43606066058065","imei2":"43606066058065","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172493,"job_number":"JOB_172493","tr_customer_id":172510,"tr_customer_product_id":172500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:18.000Z","modified_at":"2026-01-31T04:14:18.000Z","name":"Madilyn Wyman","mobile_number":"915-845-5473","email_id":"Luna_Simonis@yahoo.com","dop":"2025-04-06","serial_number":"18696130473665530","imei1":"18696130473665530","imei2":"18696130473665530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172494,"job_number":"JOB_172494","tr_customer_id":172511,"tr_customer_product_id":172501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:22.000Z","modified_at":"2026-01-31T04:14:58.000Z","name":"Assunta Lindgren","mobile_number":"331-314-7236","email_id":"Hans10@gmail.com","dop":"2025-04-06","serial_number":"10596824975407","imei1":"10596824975407","imei2":"10596824975407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172495,"job_number":"JOB_172495","tr_customer_id":172512,"tr_customer_product_id":172502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:23.000Z","modified_at":"2026-01-31T04:14:23.000Z","name":"Cristal Koss","mobile_number":"218-631-7832","email_id":"Janelle1@hotmail.com","dop":"2025-04-06","serial_number":"19276733389257640","imei1":"19276733389257640","imei2":"19276733389257640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172496,"job_number":"JOB_172496","tr_customer_id":172513,"tr_customer_product_id":172503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:29.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"Rodrick Schulist","mobile_number":"431-565-3760","email_id":"Imogene_Morar99@gmail.com","dop":"2025-04-06","serial_number":"19779898596952","imei1":"19779898596952","imei2":"19779898596952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172497,"job_number":"JOB_172497","tr_customer_id":172514,"tr_customer_product_id":172504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:30.000Z","modified_at":"2026-01-31T04:15:08.000Z","name":"Alfredo Ryan","mobile_number":"756-869-1346","email_id":"Bailee78@hotmail.com","dop":"2025-04-06","serial_number":"11738318368882","imei1":"11738318368882","imei2":"11738318368882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172498,"job_number":"JOB_172498","tr_customer_id":172515,"tr_customer_product_id":172505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"Aiyana Berge","mobile_number":"689-282-0039","email_id":"Vance.Glover@hotmail.com","dop":"2025-04-06","serial_number":"15593843578091480","imei1":"15593843578091480","imei2":"15593843578091480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172499,"job_number":"JOB_172499","tr_customer_id":172516,"tr_customer_product_id":172506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:31.000Z","modified_at":"2026-01-31T04:14:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16945507065386","imei1":"16945507065386","imei2":"16945507065386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172500,"job_number":"JOB_172500","tr_customer_id":172517,"tr_customer_product_id":172507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:15:10.000Z","name":"Mohammed Hilll","mobile_number":"630-987-1059","email_id":"Kimberly_Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17720438749399","imei1":"17720438749399","imei2":"17720438749399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172501,"job_number":"JOB_172501","tr_customer_id":172518,"tr_customer_product_id":172508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:32.000Z","name":"Heloise Turcotte","mobile_number":"771-570-2457","email_id":"Allen_Becker69@gmail.com","dop":"2025-04-06","serial_number":"19456279379234624","imei1":"19456279379234624","imei2":"19456279379234624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172503,"job_number":"JOB_172503","tr_customer_id":172520,"tr_customer_product_id":172510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:33.000Z","modified_at":"2026-01-31T04:14:33.000Z","name":"Gertrude Cartwright","mobile_number":"415-679-2064","email_id":"Fernando_Cronin97@gmail.com","dop":"2025-04-06","serial_number":"18821245062044560","imei1":"18821245062044560","imei2":"18821245062044560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172504,"job_number":"JOB_172504","tr_customer_id":172521,"tr_customer_product_id":172511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:36.000Z","modified_at":"2026-01-31T04:14:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18408281928896","imei1":"18408281928896","imei2":"18408281928896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172505,"job_number":"JOB_172505","tr_customer_id":172522,"tr_customer_product_id":172512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Noah Deckow","mobile_number":"712-592-6600","email_id":"Jovany45@yahoo.com","dop":"2025-04-06","serial_number":"17121112117666","imei1":"17121112117666","imei2":"17121112117666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172506,"job_number":"JOB_172506","tr_customer_id":172523,"tr_customer_product_id":172513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10915011459675","imei1":"10915011459675","imei2":"10915011459675","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172507,"job_number":"JOB_172507","tr_customer_id":172524,"tr_customer_product_id":172514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:37.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Verona Senger","mobile_number":"260-802-3715","email_id":"Loyal_Torp@yahoo.com","dop":"2025-06-18","serial_number":"10201516458592","imei1":"10201516458592","imei2":"10201516458592","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172508,"job_number":"JOB_172508","tr_customer_id":172525,"tr_customer_product_id":172515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Gabriel Luettgen","mobile_number":"403-300-8043","email_id":"Nils_Beier@gmail.com","dop":"2025-06-18","serial_number":"1096698658986404","imei1":"1096698658986404","imei2":"1096698658986404","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172509,"job_number":"JOB_172509","tr_customer_id":172526,"tr_customer_product_id":172516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:38.000Z","modified_at":"2026-01-31T04:14:38.000Z","name":"Barrett Blick","mobile_number":"499-626-4119","email_id":"Dexter.Conn57@gmail.com","dop":"2025-04-06","serial_number":"11261100500846496","imei1":"11261100500846496","imei2":"11261100500846496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172511,"job_number":"JOB_172511","tr_customer_id":172528,"tr_customer_product_id":172518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17966935647925","imei2":"17966935647925","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172512,"job_number":"JOB_172512","tr_customer_id":172529,"tr_customer_product_id":172519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:46.000Z","modified_at":"2026-01-31T04:14:57.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12573317021715","imei2":"12573317021715","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172513,"job_number":"JOB_172513","tr_customer_id":172530,"tr_customer_product_id":172520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:47.000Z","modified_at":"2026-01-31T04:15:25.000Z","name":"Genevieve Kassulke","mobile_number":"225-352-3689","email_id":"Isom_Frami54@hotmail.com","dop":"2025-04-06","serial_number":"12908809932094","imei1":"12908809932094","imei2":"12908809932094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172514,"job_number":"JOB_172514","tr_customer_id":172531,"tr_customer_product_id":172521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"Jackeline Wintheiser","mobile_number":"358-828-9359","email_id":"Antoinette_Sanford82@yahoo.com","dop":"2025-04-06","serial_number":"10754597658262674","imei1":"10754597658262674","imei2":"10754597658262674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172515,"job_number":"JOB_172515","tr_customer_id":172532,"tr_customer_product_id":172522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:48.000Z","modified_at":"2026-01-31T04:14:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18974301397998","imei1":"18974301397998","imei2":"18974301397998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172516,"job_number":"JOB_172516","tr_customer_id":172533,"tr_customer_product_id":172523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:49.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Kennedi Nitzsche","mobile_number":"457-783-0635","email_id":"Carmen.Hills83@hotmail.com","dop":"2025-04-06","serial_number":"13323180636634","imei1":"13323180636634","imei2":"13323180636634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172517,"job_number":"JOB_172517","tr_customer_id":172534,"tr_customer_product_id":172524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:50.000Z","modified_at":"2026-01-31T04:14:50.000Z","name":"Norris Kuphal","mobile_number":"444-476-5635","email_id":"Johan_Schimmel@gmail.com","dop":"2025-04-06","serial_number":"14772707113249056","imei1":"14772707113249056","imei2":"14772707113249056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:14:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172519,"job_number":"JOB_172519","tr_customer_id":172536,"tr_customer_product_id":172526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:00.000Z","modified_at":"2026-01-31T04:15:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11667914551876","imei2":"11667914551876","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172520,"job_number":"JOB_172520","tr_customer_id":172537,"tr_customer_product_id":172527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13017479280725","imei2":"13017479280725","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172521,"job_number":"JOB_172521","tr_customer_id":172538,"tr_customer_product_id":172528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:21.000Z","name":"Hildegard Strosin","mobile_number":"842-739-5236","email_id":"Cole_Towne4@yahoo.com","dop":"2025-04-06","serial_number":"15599168566556","imei1":"15599168566556","imei2":"15599168566556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172523,"job_number":"JOB_172523","tr_customer_id":172540,"tr_customer_product_id":172530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:02.000Z","modified_at":"2026-01-31T04:15:02.000Z","name":"Newell Adams","mobile_number":"884-900-9508","email_id":"Casandra.Botsford@gmail.com","dop":"2025-04-06","serial_number":"17786980268275796","imei1":"17786980268275796","imei2":"17786980268275796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172524,"job_number":"JOB_172524","tr_customer_id":172541,"tr_customer_product_id":172531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:03.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"12026774271876","imei1":"12026774271876","imei2":"12026774271876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172525,"job_number":"JOB_172525","tr_customer_id":172542,"tr_customer_product_id":172532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:03.000Z","modified_at":"2026-01-31T04:15:25.000Z","name":"Garry Swift","mobile_number":"784-520-5516","email_id":"Neoma93@gmail.com","dop":"2025-04-06","serial_number":"15559132424522","imei1":"15559132424522","imei2":"15559132424522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-31T04:15:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172526,"job_number":"JOB_172526","tr_customer_id":172543,"tr_customer_product_id":172533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:05.000Z","modified_at":"2026-01-31T04:15:05.000Z","name":"Toby McKenzie","mobile_number":"982-823-9479","email_id":"Ozella.Williamson42@yahoo.com","dop":"2025-04-06","serial_number":"15252825408956188","imei1":"15252825408956188","imei2":"15252825408956188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172527,"job_number":"JOB_172527","tr_customer_id":172544,"tr_customer_product_id":172534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11299165980413","imei1":"11299165980413","imei2":"11299165980413","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172528,"job_number":"JOB_172528","tr_customer_id":172545,"tr_customer_product_id":172535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:07.000Z","modified_at":"2026-01-31T04:15:20.000Z","name":"Florida Frami","mobile_number":"587-467-7432","email_id":"Jeanie11@yahoo.com","dop":"2025-04-06","serial_number":"12300656301218","imei1":"12300656301218","imei2":"12300656301218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-31T04:15:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":172529,"job_number":"JOB_172529","tr_customer_id":172546,"tr_customer_product_id":172536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:09.000Z","modified_at":"2026-01-31T04:15:09.000Z","name":"Adriel Ferry","mobile_number":"527-725-4036","email_id":"Justina75@yahoo.com","dop":"2025-04-06","serial_number":"15684898577635116","imei1":"15684898577635116","imei2":"15684898577635116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172530,"job_number":"JOB_172530","tr_customer_id":172547,"tr_customer_product_id":172537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17759936829351","imei2":"17759936829351","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172534,"job_number":"JOB_172534","tr_customer_id":172551,"tr_customer_product_id":172541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:17.000Z","modified_at":"2026-01-31T04:15:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13771715664534","imei1":"13771715664534","imei2":"13771715664534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172535,"job_number":"JOB_172535","tr_customer_id":172552,"tr_customer_product_id":172542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:17.000Z","modified_at":"2026-01-31T04:15:17.000Z","name":"Beryl Bernhard","mobile_number":"649-884-1442","email_id":"Cierra_Bashirian81@hotmail.com","dop":"2025-04-06","serial_number":"19815142186536","imei1":"19815142186536","imei2":"19815142186536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172537,"job_number":"JOB_172537","tr_customer_id":172554,"tr_customer_product_id":172544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15577003756125","imei1":"15577003756125","imei2":"15577003756125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172538,"job_number":"JOB_172538","tr_customer_id":172555,"tr_customer_product_id":172545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"Howell Parisian","mobile_number":"622-573-9095","email_id":"Kailey75@yahoo.com","dop":"2025-04-06","serial_number":"18167430098233","imei1":"18167430098233","imei2":"18167430098233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172539,"job_number":"JOB_172539","tr_customer_id":172556,"tr_customer_product_id":172546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:19.000Z","name":"Genoveva Schuster","mobile_number":"747-293-4521","email_id":"Eino20@hotmail.com","dop":"2025-04-06","serial_number":"19611077651142308","imei1":"19611077651142308","imei2":"19611077651142308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172541,"job_number":"JOB_172541","tr_customer_id":172558,"tr_customer_product_id":172548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:19.000Z","modified_at":"2026-01-31T04:15:19.000Z","name":"Ryleigh Kirlin","mobile_number":"768-658-4786","email_id":"Fay30@yahoo.com","dop":"2025-04-06","serial_number":"13459298147280612","imei1":"13459298147280612","imei2":"13459298147280612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172542,"job_number":"JOB_172542","tr_customer_id":172559,"tr_customer_product_id":172549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:22.000Z","modified_at":"2026-01-31T04:15:22.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10804293917646","imei1":"10804293917646","imei2":"10804293917646","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172543,"job_number":"JOB_172543","tr_customer_id":172560,"tr_customer_product_id":172550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:22.000Z","modified_at":"2026-01-31T04:15:22.000Z","name":"Lester Schumm","mobile_number":"602-732-3890","email_id":"Bill.Cole25@gmail.com","dop":"2025-06-18","serial_number":"10664116925354","imei1":"10664116925354","imei2":"10664116925354","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172544,"job_number":"JOB_172544","tr_customer_id":172561,"tr_customer_product_id":172551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:22.000Z","modified_at":"2026-01-31T04:15:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11006797854742","imei1":"11006797854742","imei2":"11006797854742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172545,"job_number":"JOB_172545","tr_customer_id":172562,"tr_customer_product_id":172552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:23.000Z","modified_at":"2026-01-31T04:15:23.000Z","name":"Jonas Blick","mobile_number":"405-950-6394","email_id":"Ophelia_Smith51@gmail.com","dop":"2025-04-06","serial_number":"14105789896988","imei1":"14105789896988","imei2":"14105789896988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172546,"job_number":"JOB_172546","tr_customer_id":172563,"tr_customer_product_id":172553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:23.000Z","modified_at":"2026-01-31T04:15:23.000Z","name":"Arianna Bayer","mobile_number":"390-752-4988","email_id":"Raymundo12@gmail.com","dop":"2025-06-18","serial_number":"1085742970898314","imei1":"1085742970898314","imei2":"1085742970898314","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172547,"job_number":"JOB_172547","tr_customer_id":172564,"tr_customer_product_id":172554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:24.000Z","modified_at":"2026-01-31T04:15:24.000Z","name":"Stephanie Nitzsche","mobile_number":"766-367-6521","email_id":"Maggie_Parker@hotmail.com","dop":"2025-04-06","serial_number":"10507873874110794","imei1":"10507873874110794","imei2":"10507873874110794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172548,"job_number":"JOB_172548","tr_customer_id":172565,"tr_customer_product_id":172555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:26.000Z","modified_at":"2026-01-31T04:15:26.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17186733913572","imei1":"17186733913572","imei2":"17186733913572","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172549,"job_number":"JOB_172549","tr_customer_id":172566,"tr_customer_product_id":172556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:26.000Z","modified_at":"2026-01-31T04:15:26.000Z","name":"Ora Swaniawski","mobile_number":"890-565-8962","email_id":"Jack.Maggio64@hotmail.com","dop":"2026-01-04","serial_number":"17441285222210","imei1":"17441285222210","imei2":"17441285222210","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172533,"job_number":"JOB_172533","tr_customer_id":172550,"tr_customer_product_id":172540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:16.000Z","modified_at":"2026-01-31T04:15:16.000Z","name":"Stanley Rippin","mobile_number":"670-413-3173","email_id":"Kamryn.Weber93@yahoo.com","dop":"2000-01-31","serial_number":"10718866174722","imei1":"10718866174722","imei2":"10718866174722","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172532,"job_number":"JOB_172532","tr_customer_id":172549,"tr_customer_product_id":172539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:16.000Z","modified_at":"2026-01-31T04:15:16.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10092875172468","imei1":"10092875172468","imei2":"10092875172468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":172536,"job_number":"JOB_172536","tr_customer_id":172553,"tr_customer_product_id":172543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:18.000Z","modified_at":"2026-01-31T04:15:18.000Z","name":"Flo Towne","mobile_number":"782-429-3137","email_id":"Dale.Mills@yahoo.com","dop":"2000-01-31","serial_number":"1046540364974810","imei1":"1046540364974810","imei2":"1046540364974810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":172502,"job_number":"JOB_172502","tr_customer_id":172519,"tr_customer_product_id":172509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:32.000Z","modified_at":"2026-01-31T04:14:42.000Z","name":"saitama sensei","mobile_number":"605-449-4519","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"623613084739513","imei1":"623613084739513","imei2":"623613084739513","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172510,"job_number":"JOB_172510","tr_customer_id":172527,"tr_customer_product_id":172517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:44.000Z","modified_at":"2026-01-31T04:14:54.000Z","name":"tanjiro kamado","mobile_number":"980-285-3992","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"414087127405029","imei1":"414087127405029","imei2":"414087127405029","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172518,"job_number":"JOB_172518","tr_customer_id":172535,"tr_customer_product_id":172525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:14:56.000Z","modified_at":"2026-01-31T04:15:07.000Z","name":"giyu tomiaka","mobile_number":"554-338-5241","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"570095936476817","imei1":"570095936476817","imei2":"570095936476817","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172522,"job_number":"JOB_172522","tr_customer_id":172539,"tr_customer_product_id":172529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:01.000Z","modified_at":"2026-01-31T04:15:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Tillman.McDermott65@yahoo.com","dop":"2025-07-02","serial_number":"10113753762215","imei1":"10113753762215","imei2":"10113753762215","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":172540,"job_number":"JOB_172540","tr_customer_id":172557,"tr_customer_product_id":172547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:19.000Z","modified_at":"2026-01-31T04:15:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Dawson64@yahoo.com","dop":"2025-07-02","serial_number":"19597737379416","imei1":"19597737379416","imei2":"19597737379416","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-31T04:15:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_151329"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Type | application/json |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 1c95d4f0-ac6d-441d-9cd3-b4cd90c964da |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Content-Length | 27 |
{"searchText":"JOB_172531"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1007 |
| ETag | W/"3ef-BoYx0kWaydJgPQwfeGVjug3v16I" |
| Vary | Accept-Encoding |
| Date | Sat, 31 Jan 2026 04:15:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept | application/json, text/plain, */* |
| Accept-Language | en-GB,en-US;q=0.9,en;q=0.8 |
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk4MzI5MTN9.rW-wF-CqpL6NOD2LIXAXPe1_Jrra_dn1Fpzr51tu1Ug |
| Connection | keep-alive |
| Content-Length | 0 |
| Content-Type | text/plain |
| Origin | http://phoenix.techwithjatin.com |
| Referer | http://phoenix.techwithjatin.com/ |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 |
| Cache-Control | no-cache |
| Postman-Token | 9b3eb88b-158e-4d42-87d2-5b347701bad0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"a3a-l2Wzzt5o/7pm8r72BIcnBxo4uSI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 31 Jan 2026 04:15:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":172531,"job_number":"JOB_172531","tr_customer_id":172548,"tr_customer_product_id":172538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-31T04:15:15.000Z","modified_at":"2026-01-31T04:15:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18444485808464","imei2":"18444485808464","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-31T04:15:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":659183,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-31T04:15:15.000Z","created_at":"2026-01-31T04:15:15.000Z"},{"id":659184,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-31T04:15:15.000Z","created_at":"2026-01-31T04:15:15.000Z"},{"id":659199,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-31T04:15:18.000Z","created_at":"2026-01-31T04:15:18.000Z"},{"id":659209,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-31T04:15:21.000Z","created_at":"2026-01-31T04:15:21.000Z"},{"id":659222,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-31T04:15:24.000Z","created_at":"2026-01-31T04:15:24.000Z"},{"id":659228,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-31T04:15:26.000Z","created_at":"2026-01-31T04:15:26.000Z"},{"id":659229,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-31T04:15:26.000Z","created_at":"2026-01-31T04:15:26.000Z"}],"problems":[{"id":155505,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-31T04:15:15.000Z"},{"id":155516,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-31T04:15:21.000Z"}],"quatations":[]}}